Text-based game written in C
Today I finished project called ‚Text-based game’. It was a school project needed for finishing subject called ‚Computers and Programming’. I spent on it a lot of time, so I decided to share, because otherwise it will lie on my hard drive for some time, then I will pack it into archive and finally I will erase it. So I think it is little more meaningful purpose, isn’t it?
The game is named ’2129′ and is from near post-apocalyptic future. You are man on last space outpost, alone, without supplies, with no chance to survive. What will happen nobody knows…
Game language is czech (sorry), but source code is mostly commented in english, so understanding shouldn’t be an problem. Whole game was written under linux and compiled via GCC. I’m using Netbeans IDE.
Last point: It is my first project written in C, so be patient with me. I was trying to keep some standarts of ANSII C, but I don’t guarantee it. Now is project without errors and warnings, only some small bugs in game logic.
I hope you will like it.
Download: here (project archive with compiled game in directory called ‚final’)