Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mmitch/uzepede
Centipede clone for UZEbox
https://github.com/mmitch/uzepede
Last synced: 5 days ago
JSON representation
Centipede clone for UZEbox
- Host: GitHub
- URL: https://github.com/mmitch/uzepede
- Owner: mmitch
- Created: 2012-07-10T20:14:30.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-11-16T19:52:23.000Z (about 2 months ago)
- Last Synced: 2024-11-16T20:26:41.041Z (about 2 months ago)
- Language: C
- Size: 156 KB
- Stars: 4
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# uzepede - a centipede clone for uzebox
Copyright (C) 2012 by Christian Garbs
licensed under the GNU GPL v3 or later## compilation
These instructions are based on Debian Bookworm in 2024:
1. install the `avr-libc` package via _apt(1)_, _aptitude(1)_ or the like
2. clone or download the [uzebox source repository][1]
- note that _uzepede_ will automatically try to compile both
_gconvert_ and _packrom_ from the _uzebox_ toolset
3. clone or download the [uzepede source directory][2]
4. enter the `uzepede/` directory
5. manually edit the `UZEBOX_DIR` setting in `default/Makefile`
to point to your `uzebox/` directory from step 2
6. compile _uzepede_ via `cd default; make`
7. you should now have a `uzepede.uze` file in the `default/` subdirectory[1]: https://github.com/Uzebox/uzebox
[2]: https://github.com/mmitch/uzepede## usage
There are several ways to play _uzepede_:
- copy `uzepede.uze` to the SD card of your uzebox
- run `uzepede.uze` in an emulator, eg. [cuzebox][3]
(on Debian, you will need to install the `libsdl2-dev` package to compile it yourself)
- you should also be able to flash `uzepede.hex` directly to your uzebox,
but you will overwrite the uzebox bootloader by doing so[3]: https://github.com/Jubatian/cuzebox