Crates.io | trace-game |
lib.rs | trace-game |
version | 1.0.2 |
source | src |
created_at | 2022-05-23 20:02:39.248577 |
updated_at | 2022-05-23 20:48:00.855768 |
description | A terminal typing game written in rust, local multiplayer support planned |
homepage | |
repository | https://github.com/ElrohirGT/trace |
max_upload_size | |
id | 592080 |
size | 86,958 |
A simple typing TUI racer with the main focus being the spanish language.
You can install it with cargo install trace-game
. You'll need to download the database.csv file for the default runs. If you want to add runs or create your own database.csv file you can! Just run the program from another directory where the database.csv is and you're good to go. All data is stored in a .user
and .runs.csv
file that will appear next to the database.csv
file.
'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z' // and upper case variants
'á', 'é', 'í', 'ó', 'ú', 'ä', 'ë', 'ï', 'ö', 'ü', 'ñ', // and upper case variants
'ç', ' ', ',', '.', ':', '"', '-', '@', ';', '<', '>', '+', '-', '_', '(', ')', '=', '*', '/', '¡', '!', '¿', '?', '#', '$', '%', '&', '°', '\'', '^', '~', '[', ']', '{', '}',
'1', '2', '3', '4', '5', '6', '7', '8', '9', '0'