playzing/README.md

60 lines
2.1 KiB
Markdown
Raw Permalink Normal View History

2023-02-20 21:20:47 -05:00
Playzing
========
Playzing is a portable entertainment device featuring a built-in oven.
2023-02-20 21:27:42 -05:00
![Playzing demo photo](doc/img/Prototype_demo_circle_crop.png)
2023-02-20 21:20:47 -05:00
Hardware
--------
The Playzing has three main components:
* Raspberry Pi portable gaming device
* mini toaster oven
* custom-built gamepad
2023-02-20 21:45:53 -05:00
The toaster is a commercial mini toaster oven which is modified to have a Raspberry Pi and screen attached to it. The gamepad is built to connect directly to the Raspberry Pi's digital input pins.
2023-02-20 21:20:47 -05:00
2023-02-20 21:45:53 -05:00
See the [builder's manual](doc/Playzing_builder's_manual.md) for detailed instructions on how to build the entire system.
2023-02-20 21:20:47 -05:00
2023-02-20 21:27:42 -05:00
![Baguette heating](doc/img/Baguette_heating_1080x1593.png)
2023-02-20 21:20:47 -05:00
Launcher
--------
2023-02-20 21:45:53 -05:00
The code for launching games is tracked by this repository. The launcher can run on any operating system, but it is intended to run on Raspberry Pi Lite OS when being used with the standard Playzing device.
2023-02-20 21:20:47 -05:00
### Requirements
* [Python 3+](https://python.org/downloads)
* [Pygame 2](https://pygame.org/wiki/GettingStarted)
* [PGFW](https://open.shampoo.ooo/shampoo/pgfw) (included in this repository as a Git submodule)
### Running
2023-02-20 21:45:53 -05:00
Clone this repository with PGFW using `--recursive`
2023-02-20 21:20:47 -05:00
git clone --recursive https://open.shampoo.ooo/shampoo/playzing
cd playzing/
Start the launcher. The display can rotate by 90-degrees, but rotation is turned off by default. To turn it on, launch with rotation enabled on the command line or set `rotate` to `yes` in [config](config).
./Playzing.py --config ",display,rotated,yes"
Quit the launcher using `Alt+F4` or by clicking the window close. Download the game iBitFit, which is the only game tested with the launcher so far, and start the launcher again.
cd games/
git clone https://open.shampoo.ooo/shampoo/ibitfit
cd ..
./Playzing.py --config ",display,rotated,yes"
iBitFit should launch when any key is pressed at the launcher screen.
2023-02-20 21:20:47 -05:00
License
-------
The code is released under the zlib license, and the assets and documentation are released under CC BY 4.0. See [LICENSE.md](LICENSE.md) for details.
2023-02-21 14:08:00 -05:00
![Playzing logo](doc/img/logo_405x106_rounded.png)