Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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