Setup project, only UI and basic code
The project setup contains README, LICENSE, the full UI and materials. The PICO-8 side is wired up, but all the Arduino code is absent as I need to figure out how to carve it out for the students.
This commit is contained in:
commit
f34d81ad87
73 changed files with 9571 additions and 0 deletions
13
.gitignore
vendored
Normal file
13
.gitignore
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
.idea/
|
||||
Library/
|
||||
Temp/
|
||||
obj/
|
||||
Logs/
|
||||
[Bb]uilds?/
|
||||
[Uu]ser[Ss]ettings/*
|
||||
|
||||
!Assets/**/*.meta
|
||||
sysinfo.txt
|
||||
crashlytics-build.properties
|
||||
*.DotSettings.user
|
||||
global.json
|
Loading…
Add table
Add a link
Reference in a new issue