Skip to content

Commit 286f3b6

Browse files
committed
Rust projects from 2022/2023
1 parent dc34f88 commit 286f3b6

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

demos/solitaire/demo.gif

9.11 MB
Loading

projects_2022.md

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Rust Projects from Semester 2022/2023
2+
3+
- [Console](#console)
4+
- [Games](#games)
5+
6+
## Console
7+
8+
### lambda-script
9+
10+
Source: <https://github.com/NikolayDPaev/lambda-script>
11+
12+
Interpreter for a Custom Functional Programming language with lazy evaluation
13+
14+
## Games
15+
16+
### Typing tutor
17+
18+
Source: <https://github.com/nixann/typing-tutor>
19+
20+
### Solitaire
21+
22+
Source: <https://github.com/YondaimeHokage7/Solitaire>
23+
24+
![demo](./demos/solitaire/demo.gif)

0 commit comments

Comments
 (0)