Skip to content

Javascript Implementation of Othello vs AI player (MiniMax search with Alpha-Beta pruning)

License

Notifications You must be signed in to change notification settings

mgingras/othello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ai-snake

Various search algorithms for snake written in JavaScript

Snake game written in JavaScript, hosted using a lightweight NodeJS web server.

To run locally:

  1. Clone repo
  2. "npm install" within the cloned repo
  3. "node server" to start the server
  4. Browse to http://localhost:3000

About

Javascript Implementation of Othello vs AI player (MiniMax search with Alpha-Beta pruning)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published