https://github.com/ericlewis/playdate-tamagotchi
A Tamagotchi P1 emulator for Playdate
https://github.com/ericlewis/playdate-tamagotchi
emulator playdate tamagotchi
Last synced: over 1 year 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-25T20:21:46.000Z (almost 3 years ago)
- Last Synced: 2025-03-28T02:23:37.587Z (over 1 year ago)
- Topics: emulator, playdate, tamagotchi
- Language: C
- Homepage:
- Size: 266 KB
- Stars: 33
- Watchers: 2
- 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