Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/katerberg/swords-with-friends
- Owner: katerberg
- Created: 2023-03-04T13:55:08.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T13:41:35.000Z (8 months ago)
- Last Synced: 2024-04-12T20:58:26.998Z (8 months ago)
- Topics: game, mobile, roguelike
- Language: TypeScript
- Homepage: https://swordswithfriends.org/
- Size: 19 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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