Crates.io | freenukum |
lib.rs | freenukum |
version | 0.4.0 |
source | src |
created_at | 2020-12-07 15:36:23.417532 |
updated_at | 2022-08-18 17:46:44.236003 |
description | A clone of the 1991 DOS game Duke Nukem 1 |
homepage | https://salsa.debian.org/silwol/freenukum |
repository | https://salsa.debian.org/silwol/freenukum |
max_upload_size | |
id | 320524 |
size | 587,474 |
A clone of the 1991 DOS game Duke Nukem 1.
The game is still work in progress. Expect many things to not function yet, such as opponents and some other items missing from the levels.
Screenshots can be found here.
For now, no compiled executable files are built or distributed by the developers of this project, instead the source must be compiled by the users.
The concrete building steps may vary depending on the environment. Here is a list of a few systems and how to install it there. The generic information can be found in the Rust book.
If your desired system is not listed and you'd like to contribute the guide for it, please either submit an issue or a merge request.
sudo apt install rustc libsdl2-dev libsdl2-ttf-dev
.cargo install freenukum
.~/.cargo/bin
. You can add this to your
PATH
environment variable, or run the data tool and the game with
~/.cargo/bin/freenukum-data-tool
and ~/.cargo/bin/freenukum
.Currently the game requires the installation of the original game graphics
data. The project includes the freenukum-data-tool
executable which can
be used for installation.
The game data can be obtained:
The home of FreeNukum is https://salsa.debian.org/silwol/freenukum.