Skip to content

soramanew/Snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Snake

This was initially meant to be a simple recreation of snake made using Java but I started messing with AI and created this.

There is the original player-controlled game mode and an AI mode. The AI mode has 2 deterministic AIs (shortest path and hamiltonian with shortcuts) and a Q-Learning mode.

There are 2 game sizes: 24 by 24 and 100 by 100.

About

A simple recreation of Snake

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages