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
- Host: GitHub
- URL: https://github.com/1337programming/lise
- Owner: 1337programming
- Created: 2017-02-18T20:27:34.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-21T00:43:30.000Z (about 9 years ago)
- Last Synced: 2025-01-08T07:42:48.745Z (about 1 year ago)
- Language: TypeScript
- Size: 272 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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