Search found 4 matches

by NSkimN8r
Fri May 31, 2024 3:50 am
Forum: Games
Topic: Pixeus - An Exploration Platformer/Metroidvania - v1.2 rc
Replies: 8
Views: 4112

Re: Pixeus - An Exploration Platformer/Metroidvania - v1.2 rc

Hi, I found a game breaking bug.

In the screen near the spaceship, I swam up and into the spaceship screen, but I found myself behind the wrong side of the wall. I ended up in a valley that I can't jump out of.
pixeusbug.png
pixeusbug.png (227.21 KiB) Viewed 3393 times
by NSkimN8r
Thu May 23, 2024 1:59 pm
Forum: Games
Topic: Pixeus - An Exploration Platformer/Metroidvania - v1.2 rc
Replies: 8
Views: 4112

Re: Pixeus - An Exploration Platformer/Metroidvania - v1.2 rc

This is a super fun, solid game. I'm really enjoying it. The art style is super cool!
by NSkimN8r
Sun Dec 10, 2023 6:32 pm
Forum: Programming
Topic: ca65 list of structs example
Replies: 0
Views: 44470

ca65 list of structs example

As a C++ programmer, I've been learning assembly on the C64. Part of my goal is to establish some patterns for readable, maintainable code. Macros are the obvious choice here, but ca65 introduces structs. After a conversation on the X16 discord, I feel like I have my head around how to use them prop...
by NSkimN8r
Mon Apr 10, 2023 7:41 pm
Forum: Games
Topic: Xixit
Replies: 26
Views: 25941

Re: Xixit

Hi Folks! I have an order of operations question about the game. I was playing last night, and I had a stack on the far right building up fairly high. I had a drop come in that would allow me to break those cubes. However, the Game Over sequence triggered because the drop that was entering created a...