Skip to content

Houcem21/flutter-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bounce Flutter

Bounce game built in flutter

Summary

Flutter is pretty cool. This is just a small project I did to test it out. There are no tests and the code quality is what you'd expect from a weekend hack.

How To Use

To clone and run this application, you'll need Git and Flutter installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/Harraby/Mobile_Apps.git

# Go into the repository
$ cd Mobile_Apps.git

# Install dependencies
$ flutter packages get

# Run the app
$ flutter run

Directory Structure

The project directory structure is as follows:

├── android
├── asset
├── build
├── images
├── ios
├── lib
├── pubspec.lock
├── pubspec.yaml

Other directories besides lib:

directory explain
images readme images files
asset images

Then the lib directory

lib

About

A bounce game made with Flutter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages