Initial Commit

master
Kirigaya Kazuto 2018-03-23 10:37:21 +08:00
commit 6f39b2027d
5 changed files with 9 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*.vcxproj
*.vcxproj.*

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "MiniEngine"]
path = MiniEngine
url = https://github.com/kiritow/MiniEngine

BIN
CodeWorld.cpp Normal file

Binary file not shown.

1
MiniEngine Submodule

@ -0,0 +1 @@
Subproject commit 4a23114b52bb4bf0b5921e7815e9946ee170ad14

3
Readme.md Normal file
View File

@ -0,0 +1,3 @@
# CodeWorld
A game world where you can code while playing.