Skip to content

crvwxlf/js_adventure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JS Adventure

JS Adventure, is a simple games code in JavaScript

Game manipulation :

for launch a new party type this command :

newGame();

The life and attack variables are fixed for the moment (I will add a future functionality allowing to energize this) For the moment the only way to change them is to change them yourself in game.js,

The code is currently in development, the game may have missing features or bugs.