Skip to content

junyu33/eight-bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game of Counting 8

A symmetric, sequential move, perfect information game. Now you can play with a bot. Or you can find a bot instructor when playing with a human.

Made with Unity as the end-of-term homework. Assets by ChatGPT Images 2.0, and Code by me with help of Copilot and Codex.

I'm still polishing the AI slop...

Play online

https://eights.junyu33.me/

Rules

Setup: Both players start with 1 on each hand.

Move: On your turn, add one opponent's hand value to one of your own.

The Rule of 8:

  • Sum = 8: Hand is removed.
  • Sum > 7: Hand resets to 1.
  • Sum < 8: Hand keeps the total.

Win: Be the first to remove both hands!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C# 68.6%
  • ShaderLab 26.0%
  • HLSL 5.4%