Stabyourself / nottetris2

A mess
Do What The F*ck You Want To Public License
105 stars 26 forks source link

Partial port to Löve 11.3 #3

Open hollunder opened 3 years ago

hollunder commented 3 years ago

I create this PR more for reference than anything else. Low hanging fruits are done, the menu works as expected. The big one is physics, which I barely started. I'm unlikely continue this, feel free to pick up from here.

SJang1 commented 3 years ago

For me, having the error when starting tetris. Game anyway starts, but actual tetris doesn't starts and gets error (Running at M1 mac with rosetta2)

gameA.lua:121: bad argument #1 to 'newRectangleShape' (number expected, got nil) Traceback

[C]: in function 'newRectangleShape' gameA.lua:121: in function 'createtetriA' gameA.lua:66: in function 'game_addTetriA' gameA.lua:58: in function 'gameA_load' main.lua:822: in function [C]: in function 'xpcall'

monolifed commented 3 years ago

https://github.com/Stabyourself/nottetris2/pull/4