Skip to content

panjiw/Game-Prototyper

Repository files navigation

Game-Prototyper

JS based game prototyper intended to help with the initial prototyping of turn-based games.

A project for UW CSE 401 - Winter 2016, by:

  • Jefry Cheli
  • Panji Wisesa
  • Tadrill Perry

Examples

ches.js, connectn.js, and tictactoe.js are working example programs within this repository. To play a game:

  1. change rules.js GAME_RULES_FILE global constant to the file of the game to be played.
  2. change GAME_INSTANCE global constant to the name of the game created within (Ches, ConnectN, or TicTacToe)
  3. open grid.html in a web browser.

To create your own game look through the commented examples (ches.js, connectn.js, and tictactoe.js).

Example of Connect N (connect 4 variant)

Connect N game

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published