Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thewhetherman/ups-and-downs
Custom "board" game inspired by LIFE: Twists & Turns
https://github.com/thewhetherman/ups-and-downs
blazor board-game c-sharp javascript raspberry-pi raspberry-pi-5 touchscreen
Last synced: about 1 month ago
JSON representation
Custom "board" game inspired by LIFE: Twists & Turns
- Host: GitHub
- URL: https://github.com/thewhetherman/ups-and-downs
- Owner: TheWhetherMan
- Created: 2024-11-03T22:20:56.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-12-14T02:14:51.000Z (about 2 months ago)
- Last Synced: 2024-12-14T03:18:56.126Z (about 2 months ago)
- Topics: blazor, board-game, c-sharp, javascript, raspberry-pi, raspberry-pi-5, touchscreen
- Language: HTML
- Homepage:
- Size: 615 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ups & Downs
## Overview
_Ups & Downs_ is a reimagining of the Milton Bradley board game _The Game of Life: Twists & Turns_.
The goal is to create a similar overall game, but with:
* streamlined turn-taking
* more agency/control for each player
* more dynamic situations both from one turn to the next, and between subsequent game sessionsSee the flow charts in the root Markdown files for a rough idea of the differences/changes I'm working on implementing.
## Architecture
_Ups & Downs_ is being built on **Blazor** -- ideally it should be playable on anything that can run a reasonable browser engine.## Hardware
The current intended hardware spec is:
```
Raspberry Pi 5 (2GB)
1024x600 Touchscreen
Adafruit Mini Receipt Printer
```