Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/oblerion/yatorpg

rpg game make with love2d
https://github.com/oblerion/yatorpg

game-development love2d rpg-game

Last synced: 30 days ago
JSON representation

rpg game make with love2d

Awesome Lists containing this project

README

        

# yatoRPG
## statut
under work, in update.

## library [/lib]
### sys.lua [main loop and require lib for all game]
### sys/.
- asset.lua
- btn.lua
- canvas.lua
- color.lua
- ecran.lua
- filesystem.lua
- gamezone.lua
- image.lua
- map.lua
- mouse.lua
- state.lua
- string.lua
- text.lua
- tiled.lua
### rpg.lua [lib only for this game]
### rpg/.
- anim.lua
- bullet.lua
- class.lua
- GUI.lua
- item.lua
- monster.lua
- player.lua
- stat.lua