Pokemon Battles style game for terminal: Advance through trainers until you lose. You can pick a Pokemon from every trainer you defeat.
git clone https://github.com/nilfm/PokemonGame
to clone the repo on a folder on your PC.cd PokemonGame
to enter the directory.make
to compile the source code and producePokegame
andCleaner
./Pokegame
to execute the game.
After executing make
, there will be a Cleaner
executable in the folder, which you can execute with the command ./Cleaner
and follow its steps to clean up one or all of the gamesave data. This process is irreversible.
This game is being updated constantly, adding new Pokemon and fixing bugs. To update:
git pull
will update the files to the newest version.make
will update the executable.
- Make txt files for every Pokemon
- AI choices need work
- Add permanent unlocks for reaching certain levels
- Change the stats calculation to the standard one
- Add TM's (and for every pokemon specify which TMs it can learn in its file)
- Sometimes the assertion that PP has run out pops up even though the move has 20+ PP