https://github.com/subsoap/xp
Generic leveling up system for Defold
https://github.com/subsoap/xp
defold defold-game-engine
Last synced: 7 months ago
JSON representation
Generic leveling up system for Defold
- Host: GitHub
- URL: https://github.com/subsoap/xp
- Owner: subsoap
- License: cc0-1.0
- Created: 2018-02-16T17:58:54.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-23T21:12:16.000Z (almost 8 years ago)
- Last Synced: 2025-05-10T05:52:49.840Z (8 months ago)
- Topics: defold, defold-game-engine
- Language: Lua
- Homepage:
- Size: 289 KB
- Stars: 10
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-defold - XP
README

# XP
A generic leveling up system for Defold
## Installation
You can use XP in your own project by adding this project as a [Defold library dependency](http://www.defold.com/manuals/libraries/). Open your game.project file and in the dependencies field under project add:
https://github.com/subsoap/xp/archive/master.zip
Once added, you must require the main Lua module in scripts via
```
local xp = require("xp.xp")
```