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.
- Host: GitHub
- URL: https://github.com/mstrodl/hamsim
- Owner: Mstrodl
- Created: 2020-07-11T18:27:44.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-16T15:21:28.000Z (over 3 years ago)
- Last Synced: 2025-02-01T20:46:02.473Z (4 months ago)
- Topics: game, game-ham, game-jam, ham, ink, interactive-fiction
- Language: JavaScript
- Homepage: https://ham.coolmathgames.tech
- Size: 4.31 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
# 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
```