A simple Snake desktop application to demonstrate the use of Compose UI toolkit for Desktop platform with Kotlin.
- IntelliJ IDEA 2020.3.4 (or latest)
- JDK 11
- Unlimited Life
- Snake gets longer after eating the food
- Game restarts when snake hits a wall
- Game restarts when snake hits its own body.
- Add and show a score
- Add UI for settings to control the following parameters:
- Game Speed
- Snake and Food Colors
- Game Size
- Toggle Wall Restrictions