Champion Fido is a simple and easy-to-play game. The objective of the game is to hunt down flying and ground enemies while traveling as far as possible. The player can only hunt the enemies when they are rolling. If the player touches an enemy while rolling, the enemy dies. However, if the player is not rolling, the player's life decreases by one. To increase life or boost the player, the player must get an item on the way or buy the item using the available coins.
- Keyboard for playing the game
- Live-server (install using npm i -g live-server)
- Typescript (install using npm i -g typescript)
- Download the zip file or clone the repo using
git clone https://github.com/CodeMode365/Champion_Fido.git
- Navigate into the folder
cd Champion_Fido
- Install live-server using
npm i -g live-server
- Run live-server in the prompt using following command:
live-server
- Movement buttons: ⬅ ⬆ ⬇ ➡
- Special move (attacking move when the player has enough boost): Space 🌌
- Jump and hit: ⬆ ⬇
- Buy items: a = Buy potion, s = Buy booster
If you want to contribute to the development of Champion Fido, follow these steps:
- Clone the repo
- Extract and navigate into the project folder
- Run tsc -w (Note: typescript must be installed in your system)
- Edit the typescript file in the /src folder
- To view the changes, run the code in live-server