Page 1 of 1

PaiPai Speedrunner

Posted: Tue Sep 29, 2020 1:43 pm
by cristianvillalba
Hi folks,

I made another raster engine - tribute of build engine - called PaiPai Speedrunner and I just released it in Gamejolt.
It is pay what you want, and I also put a html5 version ( I guess it is slooow and only runs in fullscreen)

The game is a simple first person view game.
The purpose is to run through all the levels (11 in total) as fast as you can, avoiding some enemies and finding the way out.
To advance to the next level you will need to find the Flag.

No more no less,

It has some hidden features, like different height sectors/slopes/etc. but just because I don't have enough time to design levels like that I decided to make a simple mazerunner.

Hope you like it
https://gamejolt.com/games/paipai/541142

Re: PaiPai Speedrunner

Posted: Wed Sep 30, 2020 5:09 am
by zorg
Was your engine made with this framework?

Re: PaiPai Speedrunner

Posted: Thu Oct 01, 2020 12:53 pm
by cristianvillalba
Yes,
What I did was took the BuildEngine source code and try to mimic its internals and translate all that to LOVE.
So it's using the same rendering technics that DukeNukem has but rewritten in LUA.
Here is a screenshot when I was developing it. You can see a side by side comparison of a level in Duke3D and in my game.
Almost there but I retired and made a mazerunner.

Image

And I have a video with the hidden features:


Best regards,

Cristian Villalba

Re: PaiPai Speedrunner

Posted: Fri Oct 02, 2020 7:45 am
by Davidobot
I can't seem to get past the "press start to play" screen.

Also, checking the console gives you an error about MIME types - this is probably on Gamejolt's end, but be aware of it: https://stackoverflow.com/questions/522 ... -mime-type

Re: PaiPai Speedrunner

Posted: Fri Oct 02, 2020 12:43 pm
by cristianvillalba
Hi Davidobot,
First of all, thank you( I use your tool to compile the web version - good job! )

Some players told me that they can't reach the 3rd level, others like you are stucked in the intro screen, the poor performance regarding FPS drove me to disable the html5 version for now, so I will suggest to play the Windows Version which is more stable.

Best regards,

Re: PaiPai Speedrunner

Posted: Mon Oct 05, 2020 12:35 pm
by cristianvillalba
Quick update,

I just released the source code if you want to check it:

https://github.com/cristianvillalba/paipai

Best regards