going to make a rhythm game hopefully, don't know if it'll work at all, it's gonna be procedually(?) generated

This commit is contained in:
2018-09-02 08:30:39 +02:00
parent 10be7e0363
commit e46f571644
3 changed files with 125 additions and 0 deletions

4
gameworkplace/readme.md Normal file
View File

@@ -0,0 +1,4 @@
# this is the place where i'll develop games before porting them into the main minigame thing
the idea is that half of the games will be made with the touchscreen in mind and the other half are made with the buttons in mind

View File

@@ -0,0 +1,14 @@
function love.load()
end
function love.update(dt)
end
function love.draw()
end