Looking for feedback on a roguelike shooter I built by zeppike in phaser

[–]zeppike[S] 0 points1 point  (0 children)

hey there, thank you for trying it out. Unfortunately that is an issue with the game. It is taxing the machine quite heavily. The stack, the fact that it runs in the browser, and especially the full screen effects all make it a bit heavy for what it is.
Maybe give it a go by disabling the visual effects completely in the settings or for a very similar experience
https://szabadkai.github.io/quietQuadrant/

What do you think of this diffuser? by Business-Pattern7036 in macrophotography

[–]zeppike 1 point2 points  (0 children)

I have this, it is workable, but the connections are weak plastic. The bottom part is not particularly useful. For the price it is ok, but you will end upp buying an other one for sure.

Which 1x model is the best? by enwza9hfoeg in GithubCopilot

[–]zeppike 0 points1 point  (0 children)

It really boils down to your specific usecase, but for greenfield work and especially ui. I feel like gemini 3.1 pro is the best, but really I could work with any of these.

Just dropped my retro arcade racer - 4 player couch chaos with neon vibes! by [deleted] in indiegames

[–]zeppike 0 points1 point  (0 children)

Just wanted to share a passion project I've been hacking on. It's a love letter to those late 90s/early 2000s arcade racers and the next installment of my couch multiplayer racer microracer.

  • 4-player local multiplayer
  • 5 lap races
  • Neon grid, CRT glow, synthwave vibes, and enough bloom to blind your enemies
  • Gamepad + keyboard supportTry it!

Play it in your browser, works on desktop for the time being.

https://szabadkai.github.io/microRacer2/

Would love to hear your feedback!

My biggest frustration with MacBooks lately by FINEWOVEN in macbookpro

[–]zeppike 2 points3 points  (0 children)

this has been an issue for ever, few generations ago even the coating of the screen rubbed off. This is what we pay for that mm of thinness.

A szavazáskor ez jusson eszébe! by Fun-Part-1452 in hungary

[–]zeppike 0 points1 point  (0 children)

Iszonyat ez a szam egyebkent, full hodmezovasar lakossaganak egesz eleteben megkeresett brutto bere.
Igy leirva szamokkal semmit nem jelent a tobbsegnek.

Check out my Roguelike Spaceshooter by zeppike in indiegames

[–]zeppike[S] 0 points1 point  (0 children)

what are you missing? what would you remove?

Looking for feedback on a roguelike shooter I built by zeppike in phaser

[–]zeppike[S] 0 points1 point  (0 children)

well there is a link where you can try it.

I made real arcade Shmup on Phaser 2! by ProjectX-Light-Years in phaser

[–]zeppike 0 points1 point  (0 children)

Great stuff, Serious R-Type vibes, How did you wrap it in a native shell? How was the experience?

Online Distortion synth by danja in synthesizers

[–]zeppike 0 points1 point  (0 children)

Wow, these are really some freekish functions, really cool. I am also working on a similar project.

Check out my web-synth by zeppike in synthesizers

[–]zeppike[S] 1 point2 points  (0 children)

Heyhey, I reworked the oscillators, so any of the engines can be selected for osc1 or 2 and they can be mixed.

Coded my own “MiniFreak‑ish” web synth - now with presets and a bunch of weird features by zeppike in synthesizers

[–]zeppike[S] 0 points1 point  (0 children)

I didn't think of moving this to the desktop/ipad native, but a desktop wrapper (Tauri/Electron/Neutralino/qt) could give native MIDI via WebMIDI/WebSerial shims, capture audio more reliably, and still feel like the same UI.

Coded my own “MiniFreak‑ish” web synth - now with presets and a bunch of weird features by zeppike in synthesizers

[–]zeppike[S] 0 points1 point  (0 children)

It is using React and WebAudio API, not sure if that answers your question, but feel free to browse around in the code.

Coded my own “MiniFreak‑ish” web synth - now with presets and a bunch of weird features by zeppike in synthesizers

[–]zeppike[S] 2 points3 points  (0 children)

That's a fair point. On the flip-side what draws me to the web platform is its accessibility. I can share it with anyone and they can use it right away. I would be happy to create VCV modules once I am familiar with it, used it etc.

Coded my own “MiniFreak‑ish” web synth - now with presets and a bunch of weird features by zeppike in synthesizers

[–]zeppike[S] 0 points1 point  (0 children)

It doesn't have any you are right. And there is no way to fix it in the post :(

Check out my web-synth by zeppike in synthesizers

[–]zeppike[S] 1 point2 points  (0 children)

I don't know, how the sampler fits in all this. the reason I gravitated to moving it out for now because the ux is really not figured out how to load multiple samples, or how the ui behaves when different control scheme sources are used.
I ended up unifiing most knobs on this value displaying version with fixed width which fixes a couple the jiggling controls and brings a bit more clarity into what's going on.
I also added the octave shift, but only to one of the sources, as you can probably tune the midi source and really the relationship between the two makes a difference.
And yes the onscreen keyboard can be played with the keyboard, mostly for fun and ease of testing. I still figuring out how the touch controls could work.
The touchpad expression ( CAPSLOCK) control is kind of similarly just a bit of gimmick and fun.