Skip to content

A chess game created as a test project using require.js for modules

Notifications You must be signed in to change notification settings

noahrc/require-chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

require-chess

A chess game created as a test project using require.js for modules

Code is organized into basic models and views. The logic determining if a piece can move to a given square is contained in small JSON files, called conditions, making the game logic easier to modify or extend.

Currently not a fully functional game. Missing features, like checkmate and exchanging pawn pieces.

Demo here: nrcdesign.com/require-chess might require refreshing the page

Uses svg. Only tested in Chrome.

About

A chess game created as a test project using require.js for modules

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published