Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 689 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 689 Bytes

Snow Dash Game - by Simon Lightfoot

You might need to generate your platform specific files to run this game on your local machine. Use the following command from the project directory.

flutter create .

Features

  • Camera follower/scrolling
  • Only paint visible area of layers
  • Use drawAtlas for tile painting
  • Better debugging support
  • Collision Detection
  • Gravity/Physics Simulation
  • Platform Intersection
  • Enemy Objects with basic AI
  • Lives / Score system
  • Win Condition and Level progression
  • Proper Particle System
  • Splash/Welcome screen
  • Menu screen
  • Settings/Options screen