CodeMode365 / Raven_hunter

raven killing game in ts

Home Page:https://jet-pack-crow.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Raven hunter game

About the Game

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.

Steps for installation

  • 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
  • runlive-server in promt

How to play

  • 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

Snapshot of GamePlay

img

How to start updating codes?

  • 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

Contributers are welcomed

About

raven killing game in ts

https://jet-pack-crow.vercel.app


Languages

Language:TypeScript 92.0%Language:CSS 5.2%Language:HTML 2.8%