Skip to content

Commit 0148d60

Browse files
committed
Add 2022 projects to main README
1 parent be4667a commit 0148d60

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

README.md

+36
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ The elective course includes 23(ish) lectures spread out over 4 months or so. Th
1111

1212
## Console
1313

14+
### lambda-script (2022)
15+
16+
Source: <https://github.com/NikolayDPaev/lambda-script>
17+
18+
https://user-images.githubusercontent.com/124255/226177720-b5d824de-baa7-4ad8-be5b-28664aa2f31a.mp4
19+
20+
Interpreter for a Custom Functional Programming language with lazy evaluation
21+
1422
### Rgit (2021)
1523

1624
Source: <https://github.com/Stuksi/rgit>
@@ -111,6 +119,34 @@ Source: <https://github.com/TsvetelinKostadinv/Copper>
111119
112120
## Games
113121

122+
### Domino game (2022)
123+
124+
Source: <https://github.com/VladimirRadev/domino_game>
125+
126+
https://user-images.githubusercontent.com/35682499/216770243-ead82af7-3158-4964-b7d4-fc9fbb1dbb0d.mp4
127+
128+
> A 2D game imitating <https://galactical.itch.io/the-boneyard> created with the ggez library
129+
130+
### Solitaire (2022)
131+
132+
Source: <https://github.com/YondaimeHokage7/Solitaire>
133+
134+
![demo](./demos/solitaire/demo.gif)
135+
136+
### Tank game (2022)
137+
138+
Source: <https://gitlab.com/ybi-portfolio/tank-game>
139+
140+
https://user-images.githubusercontent.com/124255/224557348-41cc9fc1-39d7-47b6-be60-cfb7b77916d7.mp4
141+
142+
> A multiplayer(websocket-based) top-down shooter game with tanks. Bots automatically spawn if there are not enough players in the room. The twist is that whenever you kill someone, you steal their score and your health gets fully restored.
143+
144+
### Typing tutor (2022)
145+
146+
Source: <https://github.com/nixann/typing-tutor>
147+
148+
https://user-images.githubusercontent.com/124255/224551635-2c0cc956-76df-471f-9016-e91f765f784f.mov
149+
114150
### Puker (2021)
115151

116152
Source: <https://github.com/PavelSarlov/puker>

0 commit comments

Comments
 (0)