/SnakeGame

A simple snake game for learning compose

Primary LanguageKotlinApache License 2.0Apache-2.0

Snake Game Android App

A simple snake game implemented use compose, just for learning compose.

Architecture

The architecture follows a reactive programming model with unidirectional data flow. The game engine uses Molecule library to writing compose code for business logic. it's funny.