Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/katerberg/swords-with-friends

A game where you and your friends sit on couches together staring at your phones.
https://github.com/katerberg/swords-with-friends

game mobile roguelike

Last synced: about 1 month ago
JSON representation

A game where you and your friends sit on couches together staring at your phones.

Awesome Lists containing this project

README

        

# Swords With Friends

Multiplayer mobile rogue-like created for the 2023 `7 Day RogueLike` game dev event.

## Installation

```js
nvm use
npm install
```

## Running

This will start both the server and client locally.

```js
npm start
```

## Deploying

This requires both an API and a UI.

## API

Log into the Digital Ocean Server.

Clone the project.

Update the `.env` to have the correct ports.

Run `./deploy-cloud.sh`

## UI

Deploys automagically with Github actions