Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.11 KB

README.md

File metadata and controls

30 lines (20 loc) · 1.11 KB

lively-logic

This is a game logic real-time adjustment framework, using the racket language.

Getting Started

clone this repo

git clone git://github.com/NetEase/lively-logic.git

This project use racket languages, so need to install the racket. Racket's official website is: < http://racket-lang.org/ >. The recommended version is 5.2.1 . After the installation is complete, open demo/pallet - game.rkt, and then click run.

Document

document

How Can I Contribute

Fork this project on GitHub, add your improvement, push it to a branch in your fork named for the topic, send a pull request.

You can also file bugs or feature requests under the issues page on GitHub.