Crates.io | cpu-game |
lib.rs | cpu-game |
version | 0.1.0 |
source | src |
created_at | 2024-08-16 05:25:56.298909 |
updated_at | 2024-08-16 16:28:34.717156 |
description | A small CPU game to play with fictional hardware. |
homepage | |
repository | |
max_upload_size | |
id | 1339938 |
size | 30,221 |
This is a game where you upgrade your fictional computer with fictional parts to have the best computer.
cargo install cpu-game
cpu-game init
to initialize the save and data files. Simple, right?cargo add cpu-game
use cpu-game
cpu-game::init()
, this only needs to be done once (and can be ran - again if you need to reset the data)cpu-game::start()
A 0.x version means the game is not finished and there is no actual game yet. Meaning you cannot upgrade your parts.