Skip to content

Pokemon battle game for console - Not working on it at the moment

Notifications You must be signed in to change notification settings

nilfm/pokemon-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokegame

Pokemon Battles style game for terminal: Advance through trainers until you lose. You can pick a Pokemon from every trainer you defeat.

Installation (Linux)

  • 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 produce Pokegame and Cleaner
  • ./Pokegame to execute the game.

Cleaning up gamesaves

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.

Updating the game

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.

TODO

  • 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)

BUGS

  • Sometimes the assertion that PP has run out pops up even though the move has 20+ PP

About

Pokemon battle game for console - Not working on it at the moment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published