Skip to content

Releases: lostjared/Rust.Projects

v1.8 Source Code

21 Jan 09:18
Compare
Choose a tag to compare

Matrix *Like* Code Emulator

30 Oct 22:28
Compare
Choose a tag to compare

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

30 Oct 13:31
Compare
Choose a tag to compare
Pre-release

image

Knights Tour v1.0 - Windows x64

27 Oct 10:28
Compare
Choose a tag to compare

image

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

TicTacToe v1.0 for Windows x64

24 Oct 11:54
Compare
Choose a tag to compare

image

TIcTacToe Demo written in Rust

Snake 1.0

23 Oct 09:40
Compare
Choose a tag to compare

image

Basic Snake Game v1.0 coded in Rust

Wallpong v1.0 for Windows x64

24 Oct 11:48
Compare
Choose a tag to compare

image

pong demo written in Rust.

Catch v1.0 for Windows x64

24 Oct 11:59
Compare
Choose a tag to compare

image

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

Examples v1.7 Source Code

22 Oct 17:25
Compare
Choose a tag to compare

Examples v1.7 Source Code

code2text windows cli tool

23 Oct 06:37
Compare
Choose a tag to compare

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