Javascript implementation of the Reversi strategy board game.
Simply run index.html
Click here.
To learn HTML, CSS and JS
- Find a pattern for odd GRID_SIZE 5️⃣7️⃣9️⃣
- Interface to show move name, function to record move list and to play move list 📃
- Interface to show move
- Register moves
- Play move list
- Play with another human online 👬
- Implement an AI 🤖
- Simple AI
- Train AI (Deep learning with NEAT)
- Game working as intended 💯
- Grid size tweakable 🔳
- Highlighting working as intended ⭐
- Rules implemented and working as intended 📕
- Change colors 🌈
- Add a "show rules" button 📖
- Add a reset button 🔁
- Add an option button ⚙
- Hightlight mousehover 🌟
- Hightlight captured disks before playing ✨
- Highlight possible moves ✨🌟✨
- Add more information on win (e.g "White cannot play") 🎭