Skip to content

Releases: lostjared/Rust.Projects

v1.8 Source Code

Choose a tag to compare

@lostjared lostjared released this 21 Jan 09:18

Source Code

Matrix *Like* Code Emulator

Choose a tag to compare

@lostjared lostjared released this 30 Oct 22:28

image

v1.01

Looks kind of like a Matrix code emulator not there 100% yet.
cargo run --release
--timeout timeout delay (how fast it moves)
--color the color of the characters in format r,g,b ex: 0,255,0
--font true type font file.
press Up arrow to change direction and scroll up
press Down arrow to change direction and scroll down

Matrix *Like* Code Emulator

Pre-release

Choose a tag to compare

@lostjared lostjared released this 30 Oct 13:31

image

Knights Tour v1.0 - Windows x64

Choose a tag to compare

@lostjared lostjared released this 27 Oct 10:28

image

Single Solution for moving around the chess board touching each square once.

TicTacToe v1.0 for Windows x64

Choose a tag to compare

@lostjared lostjared released this 24 Oct 11:54

image

TIcTacToe Demo written in Rust

Snake 1.0

Choose a tag to compare

@lostjared lostjared released this 23 Oct 09:40

image

Basic Snake Game v1.0 coded in Rust

Wallpong v1.0 for Windows x64

Choose a tag to compare

@lostjared lostjared released this 24 Oct 11:48

image

pong demo written in Rust.

Catch v1.0 for Windows x64

Choose a tag to compare

@lostjared lostjared released this 24 Oct 11:59

image

A Game of Catch Demo for Windows x64 written in Rust.

Examples v1.7 Source Code

Choose a tag to compare

@lostjared lostjared released this 22 Oct 17:25

Examples v1.7 Source Code

code2text windows cli tool

Choose a tag to compare

@lostjared lostjared released this 23 Oct 06:37

code2text - concurrent version
generate random words from text files or source code

use:

-i filename.txt
-u only find underscore words
-n how many words to find
-l how long each word must be
-o output to filename

Example use like this:

code2text -i textfile.txt -n 10 -l 5