Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/divs1210/bakait
An object oriented 2D game-engine in Clojure
https://github.com/divs1210/bakait
Last synced: about 5 hours ago
JSON representation
An object oriented 2D game-engine in Clojure
- Host: GitHub
- URL: https://github.com/divs1210/bakait
- Owner: divs1210
- License: epl-1.0
- Created: 2014-12-21T07:04:47.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-04-09T17:22:06.000Z (over 6 years ago)
- Last Synced: 2023-05-12T03:05:15.979Z (over 1 year ago)
- Language: Clojure
- Size: 20.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
## Bakait
------------------------
### An object oriented 2D game-engine in Clojure#### Object Oriented?
Yes. Bakait is built on top of [CljOS](http://github.com/divs1210/cljos).#### Try it out
* Fire up your terminal and `cd` to the Bakait folder
* Enter `lein repl` to fire up the Clojure repl
* Enter `(use 'bakait.core-test)`
* Enter `(-main 1)`
* Press the left/right arrow-keys to see Bakait in action!#### Note
Bakait is still a work-in-progress.#### License
(C) Divyansh Prakash. Bakait is released under the EPL 1.0 license.