Skip to content

kyldex/turn-based-js-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Turn-based JS Game

Turn-based web game using MVC and Vanilla Javascript. Try it directly with this link : https://turn-based-js-game.rg-dev.fr/

Game description

When it's your turn, click on a reachable cell (the green ones) to move your character. When you get a weapon, the previous one is left. Start the fight by moving next to the other player!
Note : click the restart button if your character can't move within the grid.

Weapons damage :
Punch (auto) : 10
Big Punch : 15
Sword : 20
Gun : 25
Bomb : 30

Webpack dev server

$ npm install
$ npm start

Build

$ npm run build
Output : dist folder

About

Turn-based web game using MVC and Vanilla Javascript.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published