Simple RPG game engine.
$ git clone git@github.com:Chikuwabu/Kanity.git --recursive
or$ git clone https://github.com/Chikuwabu/Kanity.git --recursive
$ cd Kanity
$ dub build
$ ./bin/kanity
or
$ dub run
- git
- dub
- dmd >= 2.071(Other compilers)
- SDL 2.0 (sdl2)
- SDL_image 2.0 (sdl2_image)
- SDL_ttf 2.0 (sdl2_ttf)
- OpenGL3
This software is released under the MIT License, see LICENSE.
Copyright (c) 2016 Chikuwabu