The game is a simple and easy-to-play hunting game where the objective is to hunt down a flying raven on the screen. The player must prevent the raven from passing through the entire screen, otherwise the game will be over. The game is developed using TypeScript and compiled into JavaScript to ensure compatibility with all browsers. To run the game, it is recommended to use a live-server and it runs smoothly on mobile devices, although some modifications may still be required.
- Download the zip file or clone the repo
- To clone repo use:
git clone https://github.com/CodeMode365/Raven_hunter.git
- Navigate into the folder
- install live-server using:
npm i -g live-server
- run
live-server
in promt
- Just click on the raven
- When you get an item or you have power Press Space to kill all ravens on the screen
- Don't let the raven pass the through the screen, that's all
- Clone the repo
- Extract and Navigate into the project folder
- Run
tsc -w
Note:typescript must be installed in your system - To install typescript:
npm i -g typescript
- Then Edit the typescript file in /src folder
- To view the changes run the code in live-server