Skip to content

WilliCommer/triple-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Triple Game

npm version GitHub version wcs badge MIT license

Javascript game like triple town

Installation

npm install triple-game

Docs

Module

const game = require('triple-game');
export decription
Game game engine class
TripleGame same as game
Pos class Pos
Board class Board
TRIPLE_FIG figure constant definitions
figures figure definitions
figureProp function
figureList function
figureById function
figureImgUrl function

Use the bundle

The bundle sets global variable TripleGame.

<script src="js/triple-game-20-bundle.js" type="text/javascript" />

<script type="text/javascript">
  
  var game = new TripleGame.Game();
  const FIG = TripleGame.TRIPLE_FIG;
  game.userMove(1,1, FIG.BUSH);

</script>

Scripts

  • start
    runs a console game
  • test
    runs mocha test
  • bundle
    create bundle.js into /web/js folder

Play

Start a console game

npm start

Start browser game (angular)

demo/html-angular/index.html

Start browser game (react)

demo/html-react/index.html

Related

A three.js game with triple-game Triple Three

License

MIT

History

  • 2.0.5 add bundle and remove inputloop from dependencies
  • 2.0.4 bugfix

About

Javascript game like triple town

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published