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

https://github.com/mstrodl/hamsim

A dating simulator for hams. Ham dates ham. ham ham ham. My entry for the Foxwell's Garden Game Ham Game Jam.
https://github.com/mstrodl/hamsim

game game-ham game-jam ham ink interactive-fiction

Last synced: 2 months ago
JSON representation

A dating simulator for hams. Ham dates ham. ham ham ham. My entry for the Foxwell's Garden Game Ham Game Jam.

Awesome Lists containing this project

README

        

# Ham Sandwich
A dating simulator for ham. You are ham. You date other ham. Ham dates ham. Ham is ham with ham ham ham. When the ham ham then ham can ham with the ham ham

![Gameplay screenshot](./img/gameplay.png)

# Why did you make this monstrosity?
This game was my entry for the Foxwell's Garden Game Ham Game Jam.

I'm still trying to figure out why I thought this was a good idea

# Building
1. Get the files

```sh
git clone https://github.com/Mstrodl/hamsim
cd hamsim
pnpm i
```

2. Build the ink, located at `src/stories/*.ink`. Export as JSON to `src/stories/*.json`

3. Build the webpage

```sh
node_modules/.bin/parcel build src/index.html
```