Updated the README.md

This commit is contained in:
Mathias Wagner 2023-11-11 14:33:51 +01:00
parent 67f687dbd2
commit b1884a767a
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -1,15 +1,19 @@
# CPP-Learning
Anwendungen, die ich für das Lernen von C++ geschrieben habe
## Schulübungen
In diesem Ordner befinden sich alle Übungen, welche wir in der Schule bewältigt haben.
## Anwendungen
📂 Games
┗ 📜 [Rock Paper Scissors](rpc.cpp)
┗ 📜 [Tic Tac Toe](tictactoe.cpp)
┗ 📜 Tic Tac Toe [[Console]](tictactoe.cpp) [[GUI]](ttt-gui.cpp)
┗ 📜 [Hearts](hearts.cpp)
📂 Miscellaneous
┗ 📜 [Number Guesser](guesser.cpp)
┗ 📜 [Calculator](calculator.cpp)
┗ 📜 [Calculator](calculator.cpp)
┗ 📜 [Base 10 to 2](base_10_to_2.cpp)
┗ 📜 Base 2 to 10 [[Static]](base_2_to_10_static.cpp) [[Normal]](base_2_to_10.cpp)