Console Combat
Specs:
Starting Date: August 2006
Completion Date: August 2006
Current Platforms: Windows
API: No API, console game
Language: C++
File Size: 420kb (Self-extracting exe), 1.19mb (Project files with source code)
Notes: After completing a few 2d games, I started to notice that my projects were becoming more complex. I also realized how bad some of my coding and design practices were, and wanted to take steps to fix them in the future. At that time GameDev.Net was starting a C++ workshop and had a text based project laid out. The project sounded like lots of fun, so I took it on and here is the result. I learned a lot about object-oriented programming, and will be implementing what I've learned in future games.
ScreenShots:
System Requirements:
- Any Windows OS
Downloads:
- ConsoleCombat.exe (420kb) - Download this for the self-extracting exe file. This is the easiest way to play.
- ConsoleCombat.zip (1.19mb) - Download this for the zip containing project files and source code. If you want to change the destination directory, or review or modify the source code, you will want this file. Note: You are free to modify and redistribute the source file as long as you give credit to myself.
Installation Notes:
- Self-Extracting exe - Download the self-extracting exe file to your computer. Run the exe file to start the game.
- Zip file - Download the zip file to your computer. Extract the entire file to a folder on your computer. From that folder run 'Console Combat.exe' to play.
Instructions:
Game Instructions: Read the on-screen menu for the letters pertaining to your menu choices. To enter a menu choice, type the letter of the choice and press enter. Before you can enter the console of combat you must create and name a character.
Credits:
- Everything: Adam Sepanski