Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/oblerion/yatorpg
- Owner: oblerion
- License: mit
- Created: 2021-09-24T14:07:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-05T00:26:48.000Z (about 3 years ago)
- Last Synced: 2024-11-09T22:40:18.740Z (3 months ago)
- Topics: game-development, love2d, rpg-game
- Language: Lua
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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