Search found 3 matches
- 15 Sep 2015 20:12
- Forum: DOS Batch Forum
- Topic: Need batch programmers for multiplayer batch game :)
- Replies: 5
- Views: 4562
Re: Need batch programmers for multiplayer batch game :)
i'm sorry i didn't ask correctly. i am working on a rpg game that you are able to battle your friends in. using dropbox or google drive or onedrive as a shared directory which the two batch files could read and write files from. i have a good bit done already. like the hosting-joining of a game, a s...
- 15 Sep 2015 20:05
- Forum: DOS Batch Forum
- Topic: Need batch programmers for multiplayer batch game :)
- Replies: 5
- Views: 4562
Re: Need batch programmers for multiplayer batch game :)
the code so far: @echo off title Rpg color 0f :Menu cls echo. echo ___________ echo ^| ^| echo ^| Game ^| echo ^|___________^| echo. echo By Ymit echo. echo [S]tart echo [E]xit echo. set /p m="-: " if /i %m% == s goto start if /i %m% == e exit set m= goto Menu :start goto login-createAcoun...
- 14 Sep 2015 19:50
- Forum: DOS Batch Forum
- Topic: Need batch programmers for multiplayer batch game :)
- Replies: 5
- Views: 4562
Need batch programmers for multiplayer batch game :)
I am working on a multiplayer rpg batch game and need some help.
Images:
http://imgur.com/nsXC1eh
http://imgur.com/uzo2mi2
Images:
http://imgur.com/nsXC1eh
http://imgur.com/uzo2mi2