Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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