An open API service indexing awesome lists of open source software.

https://github.com/1337programming/lise

Life In Shambles Engine
https://github.com/1337programming/lise

Last synced: about 1 year ago
JSON representation

Life In Shambles Engine

Awesome Lists containing this project

README

          

# LISE
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.

## Requirements
1. Node
2. Git

## Setup
Clone:
`git clone https://github.com/1337programming/LISE.git`

Install:
`npm install` or `yarn install`

Run:
`npm start`

Build:
`npm run build`

## Tasks

- Serve: `npm start`
- Build: `npm run build`
- Test: (Comming Soon)
- Lint: `npm run lint`

## TODO

- [x] 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