
Crystalline
This game is from the old Ludum Dare platform. You can try viewing the original page on Web Archive
(may not load correctly).
(may not load correctly).
Crystalline is a puzzle platformer about multidimensional space exploration.
Controls:
A/D: Run
Spacebar: Jump
Hold Q: Equip Weapon 1 (when available)
Hold E: Equip Weapon 2 (when available)
Move Mouse: Aim equipped weapon
Left Mouse Button: Shoot equipped weapon
R: Reset level
F: Toggle fullscreen (Windows version only)
Update: I've uploaded a fixed Web port that no longer has the issues where very few stars appear and tile textures aren't randomized. This brings it in line with the original Windows version and contains no other changes or fixes. For those interested, the problem arose from calling the randomize() function in GameMaker every time I needed a random integer, instead of just calling randomize() once at the start of the game.
Controls:
A/D: Run
Spacebar: Jump
Hold Q: Equip Weapon 1 (when available)
Hold E: Equip Weapon 2 (when available)
Move Mouse: Aim equipped weapon
Left Mouse Button: Shoot equipped weapon
R: Reset level
F: Toggle fullscreen (Windows version only)
Update: I've uploaded a fixed Web port that no longer has the issues where very few stars appear and tile textures aren't randomized. This brings it in line with the original Windows version and contains no other changes or fixes. For those interested, the problem arose from calling the randomize() function in GameMaker every time I needed a random integer, instead of just calling randomize() once at the start of the game.