Added concept ideas for space games

This commit is contained in:
Logen Kain 2016-11-12 18:03:36 -07:00
parent 85f2956c67
commit 752a749ded
2 changed files with 19 additions and 0 deletions

6
sdl/space_game/todo Normal file
View File

@ -0,0 +1,6 @@
make a hex grid.
Have random encouners.
Make that damn space game that I got as a kid that I can't remember the name. Or that android game I played a lot in the military.

13
sdl/sudospace/TODO Normal file
View File

@ -0,0 +1,13 @@
spritual successor to Operation: Inner Space.
Practice goal one, make a screen. On that screen display a ship. Allow the ship to move around.
Practice goal two, add scrolling so as to move around the map.
Practice goal three, add multiplayer via ip. Also, auto detection over LAN. Possibly some sort of lobby online, but I think Steam is the only way to do that now.
Create base character struct in C.
Use a scripting language to modify the ships.
Possibly add an ability for the game engine to dynamically add physics to the ship based on size and shape. Just like in Inner Space.
Everything should be able to be designed via a scripting language (probably LUA). So, everything is loaded via C (preferably dynamically so more assets can be added), but it can all be summoned via LUA