Skip to content
forked from oroszl/amoba

Simple remotely playable gomoku board

License

Notifications You must be signed in to change notification settings

B-Lorentz/amoba

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

amoba

Simple remotely playable gomoku board

The amoba_server.ipynb is a simple notebook that is listening on a port for stepping suggestions from players, performs the step and checkes if someone won. The state of the game is encoded in an integer numpy array. The motor behind all this is a simple gomoku board class found in amoba.py. A simple client script is also provided in amoba_client.py that plays a brainless random game. Visualization relies on bqplot.

About

Simple remotely playable gomoku board

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 65.9%
  • Jupyter Notebook 34.1%