Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ericlewis/playdate-tamagotchi
A Tamagotchi P1 emulator for Playdate
https://github.com/ericlewis/playdate-tamagotchi
emulator playdate tamagotchi
Last synced: 22 days ago
JSON representation
A Tamagotchi P1 emulator for Playdate
- Host: GitHub
- URL: https://github.com/ericlewis/playdate-tamagotchi
- Owner: ericlewis
- License: gpl-2.0
- Created: 2022-07-04T16:16:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-25T20:21:46.000Z (about 1 year ago)
- Last Synced: 2024-04-15T02:47:28.388Z (7 months ago)
- Topics: emulator, playdate, tamagotchi
- Language: C
- Homepage:
- Size: 266 KB
- Stars: 27
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Playdate-Tamagotchi
Playdate-Tamagotchi is a Tamagotchi P1 emulator for Playdate based on a modified version of the Tamagotchi P1 emulation library [TamaLIB](https://github.com/jcrona/tamalib/).## Build
Using the standard Playdate SDK, you can run `make` and the resulting PDX can be run on simulator or device.## Controls
- Any D-pad input is the left button.
- B button is the middle button.
- A button is the right button.## Notes
- For some reason... emulation on the simulator is incredibly slow. I do not know why.
- Auto-saves the state on terminate/lock/pause, but there is no "advancing" time, it will only grow when open.## License
Playdate-Tamagotchi is distributed under the GPLv2 license. See the [LICENSE](./LICENSE) file for more information.__
Copyright (C) 2022 Eric Lewis