2025-01-12 01:24:18 +00:00
2024-12-25 02:08:29 +01:00
2025-01-12 01:24:18 +00:00
2025-01-05 03:14:15 +00:00
2025-01-02 04:38:47 +00:00
2025-01-05 03:04:23 +00:00
2025-01-05 16:46:10 +00:00
2024-12-24 17:43:48 +00:00
2024-12-24 21:11:43 +00:00
2025-01-12 01:04:27 +00:00

Falling

A game where you fall down a big hole and have to dodge
oncoming obstacles.
Difficulty: >= 2, 2 being the most difficult and it get's easier the higher the difficulty
Debug Mode: true/false
Can die: true/false

TO DO: documentation, commenting ¬_¬
BUGS: Can pass between diagonally conencted blocks, is this a 'bug'?
example image for falling

Rustsweeper

A Minesweeper clone written in rust, instead of mines,
it's rusty nails that give you tetanus
example game over screen for rustsweeper, at the top is a game of rustsweeper that has ended then the text 'GAME OVER' followed by ascii art of a man stepping on a nail and a collection of nails

Prophecies

Generates a random prophecy based on prophecies from
The Underland Chronicles by Suzanne Collins
All text in the prophecies belong to Suzanne Collins
FINISHED

Example:

THE PROPHECY OF OF:

If life was death, if death life reaped,
Or the scratching, scratching, scratching.
Killed by claw, since resurrected,
Standing still.
Turn and turn and turn again.

Dancing in the firelight,
Gold flows from her, hot and bright.
Remedy and wrong entwine,
And so they form a single vine.
Greet them as we have before.
Watch the nibblers spin and snap.

Insults

Generates an insulting phrase for someone :D

Rubiks Cube thing (WIP)

It's just a rubiks cube in the terminal, written in rust.
example image for rubiks

Roman Numerals (WIP)

Converts numbers between Roman Numerals and Arabic Numerals

Example:

# Currently no Arabic -> Roman support
$ cargo run
input: MMXXV
output: 2025

TO DO: Functionality to convert Arabic to Roman, currently only does Roman to Arabic :)

Snake (WIP)

Classic Snake game
TO DO: all of it...

License

GPL 3.0 applies to all these projects, which are all
written by me.

Description
No description provided
Readme 1.6 MiB
Languages
Rust 100%