chore: add project to git repo
This commit is contained in:
33
.gitignore
vendored
Normal file
33
.gitignore
vendored
Normal file
@@ -0,0 +1,33 @@
|
|||||||
|
# Prerequisites
|
||||||
|
*.d
|
||||||
|
|
||||||
|
# Compiled Object files
|
||||||
|
*.slo
|
||||||
|
*.lo
|
||||||
|
*.o
|
||||||
|
*.obj
|
||||||
|
|
||||||
|
# Precompiled Headers
|
||||||
|
*.gch
|
||||||
|
*.pch
|
||||||
|
|
||||||
|
# Compiled Dynamic libraries
|
||||||
|
*.so
|
||||||
|
*.dylib
|
||||||
|
*.dll
|
||||||
|
|
||||||
|
# Fortran module files
|
||||||
|
*.mod
|
||||||
|
*.smod
|
||||||
|
|
||||||
|
# Compiled Static libraries
|
||||||
|
*.lai
|
||||||
|
*.la
|
||||||
|
*.a
|
||||||
|
*.lib
|
||||||
|
|
||||||
|
# Executables
|
||||||
|
*.exe
|
||||||
|
*.out
|
||||||
|
*.app
|
||||||
|
{"mode":"full","isActive":false}
|
||||||
46
krazy_kats_game.cbp
Normal file
46
krazy_kats_game.cbp
Normal file
@@ -0,0 +1,46 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||||
|
<CodeBlocks_project_file>
|
||||||
|
<FileVersion major="1" minor="6" />
|
||||||
|
<Project>
|
||||||
|
<Option title="krazy_kats_game" />
|
||||||
|
<Option pch_mode="2" />
|
||||||
|
<Option compiler="gcc" />
|
||||||
|
<Build>
|
||||||
|
<Target title="Debug">
|
||||||
|
<Option output="bin/Debug/krazy_kats_game" prefix_auto="1" extension_auto="1" />
|
||||||
|
<Option object_output="obj/Debug/" />
|
||||||
|
<Option type="1" />
|
||||||
|
<Option compiler="gcc" />
|
||||||
|
<Compiler>
|
||||||
|
<Add option="-g" />
|
||||||
|
</Compiler>
|
||||||
|
<Linker>
|
||||||
|
<Add option="-lwinmm" />
|
||||||
|
</Linker>
|
||||||
|
</Target>
|
||||||
|
<Target title="Release">
|
||||||
|
<Option output="bin/Release/krazy_kats_game" prefix_auto="1" extension_auto="1" />
|
||||||
|
<Option object_output="obj/Release/" />
|
||||||
|
<Option type="1" />
|
||||||
|
<Option compiler="gcc" />
|
||||||
|
<Compiler>
|
||||||
|
<Add option="-O2" />
|
||||||
|
</Compiler>
|
||||||
|
<Linker>
|
||||||
|
<Add option="-s" />
|
||||||
|
</Linker>
|
||||||
|
</Target>
|
||||||
|
</Build>
|
||||||
|
<Compiler>
|
||||||
|
<Add option="-Wall" />
|
||||||
|
<Add option="-fexceptions" />
|
||||||
|
</Compiler>
|
||||||
|
<Unit filename="main.cpp" />
|
||||||
|
<Unit filename="music.wav" />
|
||||||
|
<Extensions>
|
||||||
|
<code_completion />
|
||||||
|
<envvars />
|
||||||
|
<debugger />
|
||||||
|
</Extensions>
|
||||||
|
</Project>
|
||||||
|
</CodeBlocks_project_file>
|
||||||
45
krazy_kats_game.depend
Normal file
45
krazy_kats_game.depend
Normal file
@@ -0,0 +1,45 @@
|
|||||||
|
# depslib dependency file v1.0
|
||||||
|
1449675415 source:c:\users\giovani rodriguez\desktop\other\current\krazy_kats_game\main.cpp
|
||||||
|
<iostream>
|
||||||
|
<iomanip>
|
||||||
|
<cstdlib>
|
||||||
|
<ctime>
|
||||||
|
<windows.h>
|
||||||
|
<stdexcept>
|
||||||
|
|
||||||
|
1450200877 source:c:\users\kciscisco\desktop\krazy_kats_game\main.cpp
|
||||||
|
<iostream>
|
||||||
|
<iomanip>
|
||||||
|
<cstdlib>
|
||||||
|
<ctime>
|
||||||
|
<conio.h>
|
||||||
|
<windows.h>
|
||||||
|
<stdexcept>
|
||||||
|
|
||||||
|
1449705239 source:c:\users\giovani rodriguez\desktop\other\current\krazy_kats_game\krazy_kats_game\main.cpp
|
||||||
|
<iostream>
|
||||||
|
<iomanip>
|
||||||
|
<cstdlib>
|
||||||
|
<ctime>
|
||||||
|
<conio.h>
|
||||||
|
<windows.h>
|
||||||
|
<stdexcept>
|
||||||
|
|
||||||
|
1449768605 source:c:\users\giovani rodriguez\desktop\other\current\krazy_kats_game\krazy_kats_game\krazy_kats_game\main.cpp
|
||||||
|
<iostream>
|
||||||
|
<iomanip>
|
||||||
|
<cstdlib>
|
||||||
|
<ctime>
|
||||||
|
<conio.h>
|
||||||
|
<windows.h>
|
||||||
|
<stdexcept>
|
||||||
|
|
||||||
|
1450197869 source:c:\users\luis\desktop\krazy_kats_game\main.cpp
|
||||||
|
<iostream>
|
||||||
|
<iomanip>
|
||||||
|
<cstdlib>
|
||||||
|
<ctime>
|
||||||
|
<conio.h>
|
||||||
|
<windows.h>
|
||||||
|
<stdexcept>
|
||||||
|
|
||||||
9
krazy_kats_game.layout
Normal file
9
krazy_kats_game.layout
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||||
|
<CodeBlocks_layout_file>
|
||||||
|
<ActiveTarget name="Debug" />
|
||||||
|
<File name="main.cpp" open="1" top="1" tabpos="1" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||||
|
<Cursor>
|
||||||
|
<Cursor1 position="2113" topLine="524" />
|
||||||
|
</Cursor>
|
||||||
|
</File>
|
||||||
|
</CodeBlocks_layout_file>
|
||||||
Reference in New Issue
Block a user