https://github.com/ljedrz/rust-misc
Generic stuff written in Rust
https://github.com/ljedrz/rust-misc
brainfuck-interpreter cards minesweeper-game peano project-euler
Last synced: 5 months ago
JSON representation
Generic stuff written in Rust
- Host: GitHub
- URL: https://github.com/ljedrz/rust-misc
- Owner: ljedrz
- License: cc0-1.0
- Created: 2015-10-03T10:57:23.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-03-20T17:03:34.000Z (about 6 years ago)
- Last Synced: 2024-10-12T13:19:20.794Z (over 1 year ago)
- Topics: brainfuck-interpreter, cards, minesweeper-game, peano, project-euler
- Language: Rust
- Homepage:
- Size: 51.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

Generic stuff written in Rust:
- a simple Brainfuck interpreter
- an implementation of cards for card games
- some Project Euler solutions
- a simple CSV-to-XML tool
- a minesweeper game
- a simple implementation of Peano numbers