Olle W

Results 6 issues of Olle W

A straight port from PyGame Zero to Macroquad of this infinite frogger like game from the book Code the Classics vol 1.

I'm using a couple of github workflows to automatically compile my games on multiple platforms. Maybe this could be useful for this project as well. There's one that builds on...

type:maintenance
complexity:medium

Since after the commit 8ef3abff6be5c1dab6cff94b9c0a65f30f7ca148 it seems that using the function `build_textures_atlas()` breaks textures. They flicker and have broken content. This short example causes the issue: ```rust use macroquad::prelude::*; #[macroquad::main("Flicker...

bug

enhancement
good first issue

Debig festures such as adding/removing fish should be possible to disable when run in production mode. Possibly, the default should be to have them disabled.

Playing an OGG file crashes in Safari on Mac. It seems to be the same issue for iOS, as nothing happens, but I haven't checked the console. It works fine...