mario-demo icon indicating copy to clipboard operation
mario-demo copied to clipboard

Basic Mario clone in LÖVE 2D

Results 8 mario-demo issues
Sort by recently updated
recently updated
newest added

There are no Excercise folders in any of the mario-x-example folders as given in the readme of the repo ![image](https://user-images.githubusercontent.com/79750620/112828949-05be5100-90ae-11eb-9bc5-baf6b1e52131.png)

Mario-11 is outdated

When I try to run my code written in lua, in sublime text, I see the follow error. Error main.lua:16: module 'class' not found: no field package.preload['class'] no 'class' in...

The current code doesn't keep the playfield visible with the player. If the player moves towards the end of the level the camera stops and doesn't show them all the...

The current code doesn't keep the playfield visible with the player. If the player moves towards the end of the level the camera stops and doesn't show them all the...

anybody have this running the github lovedemo ? : Error push.lua:101: attempt to call field 'getPixelScale' (a nil value) Traceback push.lua:101: in function 'initValues' push.lua:48: in function 'setupScreen' main.lua:26: in...

In the file Map.lua we can find the following comments : ``` -- 5% chance to generate a pipe if math.random(20) == 1 then ``` ``` -- 10% chance to...