CodeMode365 / Champion_Fido

Game in ts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Champion Fido

Overview

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.

Snapshot

Image

Requirements

  • Keyboard for playing the game
  • Live-server (install using npm i -g live-server)
  • Typescript (install using npm i -g typescript)

Installation

  1. Download the zip file or clone the repo using
    git clone https://github.com/CodeMode365/Champion_Fido.git
    
  2. Navigate into the folder
    cd Champion_Fido
    
  3. Install live-server using
    npm i -g live-server
    
  4. Run live-server in the prompt using following command:
    live-server
    

How to play

  • Movement buttons: ⬅ ⬆ ⬇ ➡
  • Special move (attacking move when the player has enough boost): Space 🌌
  • Jump and hit: ⬆ ⬇
  • Buy items: a = Buy potion, s = Buy booster

Contributing

If you want to contribute to the development of Champion Fido, follow these steps:

  1. Clone the repo
  2. Extract and navigate into the project folder
  3. Run tsc -w (Note: typescript must be installed in your system)
  4. Edit the typescript file in the /src folder
  5. To view the changes, run the code in live-server

Note

Mobile responsiveness is currently not possible.

About

Game in ts


Languages

Language:TypeScript 86.9%Language:HTML 7.1%Language:CSS 6.0%