Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.