Skip to content

Latest commit

 

History

History
10 lines (4 loc) · 484 Bytes

README.md

File metadata and controls

10 lines (4 loc) · 484 Bytes

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.