Skip to content

Java snake game implementation using A* algorithm and swing

Notifications You must be signed in to change notification settings

belushkin/java-snake-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

java-snake-game

Game developed for algorithm introduction course. The core idea of the game was to dive into game development altogether with better understanding Dijkstra algorithm, and it's improved Astar version. Snake might be improved by recalculating walls and also other improvements are possible but this is the trick how to improve it.

Technical details

  • Swing
  • Java8
  • Astar algorithm

Game usage

  • Keyboard arrows
  • A - toggles auto mode

How game looks like

Contributors

  • @belushkin

Licence

MIT

About

Java snake game implementation using A* algorithm and swing

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages