First "Hello MacLO" build

* Added base "Hello MacLO" app
* Added first attempt at porting game engine from [ArduLO](https://github.com/jonthysell/ArduLO)
* Added README.md and LICENSE.md
This commit is contained in:
Jon Thysell
2021-10-11 11:04:12 -07:00
parent 266a8ddc32
commit 1f51e4e4d2
14 changed files with 14 additions and 2 deletions

5
.gitattributes vendored
View File

@@ -1,4 +1,5 @@
* text=auto
*.c text eol=LF
*.h text eol=LF
*.c text eol=CRLF
*.h text eol=CRLF
*.md text eol=CRLF

1
LICENSE.md Normal file
View File

@@ -0,0 +1 @@
MIT License

1
README.md Normal file
View File

@@ -0,0 +1 @@
# MacLO #

1
src/Common.c Normal file
View File

@@ -0,0 +1 @@
// Copyright (c) Jon Thysell <http://jonthysell.com>

1
src/Common.h Normal file
View File

@@ -0,0 +1 @@
// Copyright (c) Jon Thysell <http://jonthysell.com>

1
src/GameEngine.c Normal file
View File

@@ -0,0 +1 @@
// Copyright (c) Jon Thysell <http://jonthysell.com>

1
src/GameEngine.h Normal file
View File

@@ -0,0 +1 @@
// Copyright (c) Jon Thysell <http://jonthysell.com>

1
src/Levels.c Normal file
View File

@@ -0,0 +1 @@
// Copyright (c) Jon Thysell <http://jonthysell.com>

1
src/Levels.h Normal file
View File

@@ -0,0 +1 @@
// Copyright (c) Jon Thysell <http://jonthysell.com>

1
src/MacLO.c Normal file
View File

@@ -0,0 +1 @@
// Copyright (c) Jon Thysell <http://jonthysell.com>

BIN
src/MacLO.pi.bin Normal file

Binary file not shown.

BIN
src/MacLO.pi.rsrc.bin Normal file

Binary file not shown.

1
src/stdbool.h Normal file
View File

@@ -0,0 +1 @@
// Copyright (c) Jon Thysell <http://jonthysell.com>

1
src/stdint.h Normal file
View File

@@ -0,0 +1 @@
// Copyright (c) Jon Thysell <http://jonthysell.com>