Skip to content
/ Flat Public

Flat is a 2D game engine originally created for coding practicing purposes. It neither tries to be the best nor the most innovative one. It simply wants to provide a initial base structure for 2D game development.

License

Notifications You must be signed in to change notification settings

Riusuky/Flat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flat (VERY Early Development Stage!)

Flat is a 2D game engine originally created for coding practicing purposes. It neither tries to be the best nor the most innovative one. It simply wants to provide a initial base structure for 2D game development.

Getting Started

Before installing the dependencies, make sure you have both Node.js and npm installed.

The project uses the task runner Gulp (gulpfile.js) to generate the lib file, thus make sure you have the gulp-cli installed to run it.

To install all dependencies just run npm install where the package.json file is located.

To generate the flat-engine.min.js lib file, run gulp where the gulpfile.js file is located.

Documentation

Still a TODO...

Contribution

If you are willing to join me in this code practice and want to improve the engine, please, feel yourself being encouraged to do so.

Dependencies

Note: Dependencies must be loaded before the Flat library.

License

All content of this repository are covered under the MIT License. Copyright © 2017 Gabriel Tamashiro.

About

Flat is a 2D game engine originally created for coding practicing purposes. It neither tries to be the best nor the most innovative one. It simply wants to provide a initial base structure for 2D game development.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published