mirror of
https://github.com/bvanroll/3dsStuff.git
synced 2025-09-02 13:52:40 +00:00
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:
4
gameworkplace/readme.md
Normal file
4
gameworkplace/readme.md
Normal 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
|
14
gameworkplace/rhythm game/main.lua
Normal file
14
gameworkplace/rhythm game/main.lua
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
function love.load()
|
||||
|
||||
end
|
||||
|
||||
function love.update(dt)
|
||||
|
||||
end
|
||||
|
||||
function love.draw()
|
||||
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user