pjasicek / OpenClaw

Reimplementation of Captain Claw (1997) platformer
GNU General Public License v3.0
338 stars 39 forks source link

Optimization #154

Closed RicoRodriges closed 4 years ago

RicoRodriges commented 4 years ago

Hi folks

In this pull request I fought with optimization. I tested it in level 4 because it's one of the lowest fps level. My result is Platform Before After
Google Chrome (Mobile) 21 fps 33 fps
Windows 500 fps 570 fps

What have been done:

Small nice features:

pjasicek commented 4 years ago

Very nice, thank you !