浏览代码

Initial commit

Jovian Hersemeule 5 年之前
当前提交
10f12e80b0
共有 3 个文件被更改,包括 264 次插入0 次删除
  1. 30 0
      .gitignore
  2. 231 0
      LICENSE
  3. 3 0
      README.md

+ 30 - 0
.gitignore

@@ -0,0 +1,30 @@
+# ---> C++
+# Compiled Object files
+*.slo
+*.lo
+*.o
+*.obj
+
+# Precompiled Headers
+*.gch
+*.pch
+
+# Compiled Dynamic libraries
+*.so
+*.dylib
+*.dll
+
+# Fortran module files
+*.mod
+
+# Compiled Static libraries
+*.lai
+*.la
+*.a
+*.lib
+
+# Executables
+*.exe
+*.out
+*.app
+

文件差异内容过多而无法显示
+ 231 - 0
LICENSE


+ 3 - 0
README.md

@@ -0,0 +1,3 @@
+# BouncyDriver
+
+A 2D driving game made with C++ and Box2D