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

https://github.com/tredfern/witchcraft_invention

A base-building style game built in the LOVE framework.
https://github.com/tredfern/witchcraft_invention

love2d-game lua

Last synced: over 1 year ago
JSON representation

A base-building style game built in the LOVE framework.

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/tredfern/witchcraft_invention.svg?branch=master)](https://travis-ci.org/tredfern/witchcraft_invention)
[![Coverage Status](https://coveralls.io/repos/github/tredfern/witchcraft_invention/badge.svg?branch=master)](https://coveralls.io/github/tredfern/witchcraft_invention?branch=master)

# Witchcraft and Invention (Working Title)
This is a base-building game project, built using the LÖVE Framework.

## Game Design
To be published....

## Coding Goals
* Full Test Coverage
* Continuous Builds / Integration
* Flexible and moddable framework

## Building

Requires:
Love2D to run
Busted for tests
~~~
git clone git@github.com:tredfern/witchcraft_invention.git
cd witchcraft_invention
git submodule init
git submodule update
~~~