mattiashz
  • Joined on 2023-05-07
mattiashz pushed to main at mattiashz/c65gm 2026-01-26 20:37:53 +01:00
617f67ecb5 Added kate editor syntaxes to project
mattiashz pushed to main at mattiashz/solitaire-c64 2026-01-18 17:30:21 +01:00
6ae8587fed Added win screen
mattiashz pushed to main at mattiashz/solitaire-c64 2026-01-16 23:50:38 +01:00
1151b2d2c4 game hint light grey
mattiashz pushed to main at mattiashz/solitaire-c64 2026-01-16 23:39:05 +01:00
c3cd214d55 Merge pull request 'gamemenu' (#1) from gamemenu into main
b27cadc740 Tightened up the code with better label and pointer handling.
788c6ed60d Tightened up the code with better label and pointer handling. README improved.
f4bff18f29 Fixed game menu. Fixed jerky mouse movement while scanning keyboard (cause was scanning keyboard right before reading mouse). Menu code tighter.
a799d7695c Game menu working. Issue where reading keys cause interference with JOY/Mouse atm.
Compare 7 commits »
mattiashz merged pull request mattiashz/solitaire-c64#1 2026-01-16 23:39:04 +01:00
gamemenu
mattiashz created pull request mattiashz/solitaire-c64#1 2026-01-16 23:38:54 +01:00
gamemenu
mattiashz pushed to gamemenu at mattiashz/solitaire-c64 2026-01-12 13:48:38 +01:00
b27cadc740 Tightened up the code with better label and pointer handling.
mattiashz pushed to gamemenu at mattiashz/solitaire-c64 2026-01-12 13:39:33 +01:00
788c6ed60d Tightened up the code with better label and pointer handling. README improved.
mattiashz pushed to gamemenu at mattiashz/solitaire-c64 2026-01-11 21:00:16 +01:00
f4bff18f29 Fixed game menu. Fixed jerky mouse movement while scanning keyboard (cause was scanning keyboard right before reading mouse). Menu code tighter.
mattiashz pushed to main at mattiashz/c65gm 2026-01-11 18:41:28 +01:00
5f4b34e7c0 Made c64scr.c65 use functions. Backwards compatible with GOSUB
mattiashz pushed to gamemenu at mattiashz/solitaire-c64 2026-01-11 18:38:29 +01:00
a799d7695c Game menu working. Issue where reading keys cause interference with JOY/Mouse atm.
mattiashz pushed to main at mattiashz/c65gm 2026-01-11 14:45:22 +01:00
d717002b27 Updated FOR loop to do check at NEXT instead of at FOR handling edge cases 255 and 65536 better. Removed STEP
mattiashz pushed to gamemenu at mattiashz/solitaire-c64 2026-01-11 09:57:11 +01:00
263e019669 Game menu working. Move from foundation working.
mattiashz created branch gamemenu in mattiashz/solitaire-c64 2026-01-10 15:38:59 +01:00
mattiashz pushed to gamemenu at mattiashz/solitaire-c64 2026-01-10 15:38:59 +01:00
e4d8e42821 Added a game menu to the system with possibility to restart the game and to choose game options.
mattiashz pushed to main at mattiashz/solitaire-c64 2026-01-10 10:48:52 +01:00
bf7e30d4ea Just some whitespace change.
mattiashz pushed to main at mattiashz/c65gm 2026-01-06 14:16:27 +01:00
1185f8d265 Fixed script keyword in sublime syntax
mattiashz pushed to main at mattiashz/c65gm 2026-01-04 12:13:22 +01:00
1974837cdc Updated synatx file for Sublime
mattiashz pushed to main at mattiashz/solitaire-c64 2026-01-02 16:16:45 +01:00
0d2f0f357d Added starter shell scripts
mattiashz pushed to main at mattiashz/solitaire-c64 2026-01-02 16:16:10 +01:00
da96e23cc7 Cleaned up ZP usage.