Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/katerberg/goblin-mode
A game about ensuring your sheep move to enemy gate
https://github.com/katerberg/goblin-mode
game mobile
Last synced: 24 days ago
JSON representation
A game about ensuring your sheep move to enemy gate
- Host: GitHub
- URL: https://github.com/katerberg/goblin-mode
- Owner: katerberg
- Created: 2022-12-21T21:09:06.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-08T17:07:21.000Z (about 1 year ago)
- Last Synced: 2023-08-08T18:36:13.887Z (about 1 year ago)
- Topics: game, mobile
- Language: TypeScript
- Homepage: https://katerberg.github.io/goblin-mode
- Size: 1.39 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Goblin Mode
A game where you try to manage your goblin horde as they try to escape a demon accidentally released from the depths of their home.
This game was a pre-work test bed for the 2023 [7 Day Roguelike](https://itch.io/jam/7drl-challenge-2023) development challenge. While it technically is a complete game, it has very little polish since it was mostly an experimentation platform. It only works on mobile devices and has pretty minimal UI instructions.
## Installation
```js
nvm use
npm install
```## Running
```js
npm start
```## Deploying
This project auto-deploys via github pages for now (since there is no server), but you can build it locally with:
```js
npm run build
```