Skip to content

This is a simple game made with a focus on architecture.

Notifications You must be signed in to change notification settings

amanpalariya/adder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

18 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Adder ๐Ÿงฎ

This is a simple game ๐Ÿ•น with two controls. It requires the user to guess if a mathematical equation (only addition, because it's 'Adder') is correct.

Why this simple game? ๐Ÿค”

This is game is simple, right?

Well, anyone could have made this game in matter of hours but this project is not focused on the game ๐ŸŽฎ but on the architecture ๐Ÿ—.
This game is kept simple so as to allow people of all skill levelsโ€ to appreciate the clean code ๐Ÿ’ป and, if possible, take away a few good ideas ๐Ÿ’ก.

Getting Started

  1. Clone the project.
  2. Run flutter pub get to get the dependencies.
  3. Run flutter pub run build_runner build inside the project for code generation.โ€
  4. Connect you device.
  5. Run flutter run to run the application.

What next? ๐Ÿ› 

Well, you can create pull requests. It would be happily ๐Ÿ˜ƒ merged as long as the code is clean and architecture is intact ๐Ÿ’ช๐Ÿป.
For example, you can work on beautifying ๐Ÿ’‡๐Ÿปโ€โ™€๏ธ the UI or extend the app for more than just addition.

Releases

No releases published

Packages

No packages published

Languages