|
Main
#main description of the project IntroductionThe idea is to have a suite of several word games. GamesGames to develop:
Technical DetailsEvery game should have a main module which accepts commands via the CLI. The game state should be kept in a file or db for every game in progress. On top of this should be some interfaces like interactive CLI, web and desktop. This would allow great portability and flexibility. Ideally all games would share some common module with common functionality to avoid duplication of code. |