https://github.com/coditva/wrt
Coders control the world! No, just themselves. #GitHubGameOff '18
https://github.com/coditva/wrt
game game-development gameoff githubgameoff itchio love2d lua
Last synced: 3 months ago
JSON representation
Coders control the world! No, just themselves. #GitHubGameOff '18
- Host: GitHub
- URL: https://github.com/coditva/wrt
- Owner: coditva
- License: mit
- Created: 2018-11-14T10:07:23.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-01T14:53:36.000Z (about 7 years ago)
- Last Synced: 2024-12-28T22:24:48.540Z (about 1 year ago)
- Topics: game, game-development, gameoff, githubgameoff, itchio, love2d, lua
- Language: Lua
- Homepage: https://utkarshme.itch.io/write-run-tweak
- Size: 2.91 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/UtkarshMe/WRT)
[](https://codecov.io/gh/UtkarshMe/WRT)
## Write. Run. Tweak. (WRT) `#GitHubGameOff`
> Coders control the world! No, just themselves.
A fun game where you command a mushroom to move around and open boxes; a hybrid of programming and gameplay. Use your coding skills to explore uncharted maps and climb the ladder to a new level. Oh, and collect tomatoes on the way!
### Download
[](https://utkarshme.itch.io/write-run-tweak)
The game is also available to download for Windows or as source code from the
[releases](https://github.com/UtkarshMe/WRT/releases/latest) page.
### Shots!


### Dependencies
- [Love2d](https://love2d.org/): as game engine
- utf8: for user input (`luarocks install utf8`)
##### Dev dependencies
- luacheck: for lint checking
- busted: as test suite
- codecov: for code coverage analysis
### Documentation
- code style guide: [`docs/style_guide.md`](https://github.com/UtkarshMe/WRT/tree/master/docs/style_guide.md)
- testing: [`docs/testing.md`](https://github.com/UtkarshMe/WRT/tree/master/docs/testing.md)
### Build
```bash
make # does nothing at the moment
make run # run the game
make test # run tests (unit + functional)
make unittest
make functionaltest
make lint # run code lint
make package # export the game
```
### License
MIT