diff --git a/README.md b/README.md new file mode 100644 index 0000000..0ce72a8 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# AutoSnake + +A Java/Swing Snake game with A* pathfinding. + +## Controls + +- Arrow keys: steer the snake +- `M`: switch between manual movement and follow mode + +![a screenshot of the game](autosnake.png) diff --git a/autosnake.png b/autosnake.png new file mode 100644 index 0000000..3087c83 Binary files /dev/null and b/autosnake.png differ