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.
- Host: GitHub
- URL: https://github.com/tredfern/witchcraft_invention
- Owner: tredfern
- License: mit
- Created: 2018-11-12T15:55:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-11T15:43:14.000Z (over 7 years ago)
- Last Synced: 2025-01-27T13:15:31.792Z (over 1 year ago)
- Topics: love2d-game, lua
- Language: Lua
- Homepage:
- Size: 1.55 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/tredfern/witchcraft_invention)
[](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
~~~