Skip to content

peterz0/aimole-othello

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Othello Game for aimole

This is a Othello game built for the AI competing platfrom aimole. This project is licensed under the terms of GPLv3.

Development

This game is written with React.js with material-ui. To transpile the .jsx file to the bundled javascript files, please use:

gulp

The gulp will watch for any changes in files and do its things automatically.

Build for Deployment

To build files for deployment, simply:

gulp build
./commit.sh

Running

To run the game, just open the index.html in dist folder.

Releases

No releases published

Packages

No packages published

Languages

  • CSS 38.7%
  • JavaScript 34.7%
  • Python 13.0%
  • C 9.6%
  • HTML 3.9%
  • Shell 0.1%