Skip to content

Commit 19e7c55

Browse files
ADD: Start with new project Bridge Builder
1 parent 8273a73 commit 19e7c55

File tree

5 files changed

+4108
-0
lines changed

5 files changed

+4108
-0
lines changed

Readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Following is a short description of all listed projects
1919
| [ALT_F2](miniprojects/ALT_F2) | Application starter app with included calculater |
2020
| [Bitverknuepfungen](miniprojects/Bitverknuepfungen) | Program that evaluates boolean operator formulas |
2121
| [Button Tool](miniprojects/Button_Tool)| Program to create graphics with textured texts |
22+
| [Bridge Builder](miniprojects/Bridge_Builder)| Game inspired by the famoues Bridge Builder game ideas |
2223
| [Color Test](miniprojects/Color_Test) | Color capturing tool |
2324
| [CPU Load](miniprojects/CPU_Load) | Application to create a defined CPU-Load |
2425
| [CRC Calculator](miniprojects/CRC_Calculator) | Calculate CRC checksums of arbiture data |

miniprojects/Bridge_Builder/Readme.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Bridge builder
2+
3+
***! This game is a work in progress !***
4+
5+
I really like the idea of physics simulation and gamification, so i tried to implement my own version.
6+
7+
8+
Dependencies:
9+
- OpenGL ([dglOpenGL](https://github.com/saschawillems/dglopengl) and TOpenGLControl from the LCL)

0 commit comments

Comments
 (0)