Life In Shambles Engine - Game Development Engine in WebGL
This project is just a playground for building a point and click like game development expierence.
- Node
- Git
Clone:
git clone https://github.com/1337programming/LISE.git
Install:
npm install
or yarn install
Run:
npm start
Build:
npm run build
- Serve:
npm start
- Build:
npm run build
- Test: (Comming Soon)
- Lint:
npm run lint
- Abstract main
- Ava Testing (Remove Jasmine)
- Import MVC (Angular 2 or React or Vue)
- AI Design Pattern
- Model Design Pattern
- Physics Solution (Probably Ammo)
- Create Game POC Submodule