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

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

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/UtkarshMe/WRT.svg?branch=master)](https://travis-ci.org/UtkarshMe/WRT)
[![codecov](https://codecov.io/gh/UtkarshMe/WRT/branch/master/graph/badge.svg)](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
[![Itch.io](https://github.com/itchio/itch.io/raw/master/logos/badge2.png)](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!
![start screen](screenshots/start.png "Game Start Screen")
![game screen](screenshots/game.png "Game Play Screen")

### 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