bkern24 / DasProject

0 stars 1 forks source link

Two Player Game #3

Closed bkern24 closed 10 years ago

bkern24 commented 10 years ago

Need to decide what to code for the actual game.

bkern24 commented 10 years ago

I know c++ would work, just about any language should, but I think it might be worth looking into C#.

bkern24 commented 10 years ago

C++ with emscripten should do the trick. Basically it compiles c++ into java script I think. Makes our code more diverse then

bkern24 commented 10 years ago

Also I think we should code the game as if its a one player game. Don't write any code for the second player. Just write code as if you were to play the game by yourself and against no computers. Should allow for easier network development later.

bkern24 commented 10 years ago

Javascript for the game. Done