MoonShot
A downloadable game
A game written in Golang and OpenGL for the GitHubGameJam 2020.
Mission: Launch the rocket and land on the moon.
How: <space> to load fuel and <enter> to launch the rocket.
Credits:
Planets/Ships: https://opengameart.org/content/space-game-art-pack-extended
Map gfx: http://ansimuz.com
Sound: http://soundbible.com
Music: https://dos88.itch.io/dos-88-music-library
Source code: https://github.com/lallassu/moonshot
Currently only available for Linux.
Status | Released |
Author | Lallassu |
Genre | Platformer |
Tags | 2D, githubgameoff, Singleplayer, Space |
Download
Download
moonshot.tar.gz 17 MB
Install instructions
Download tarball (tar.gz) and unpack it:
tar xvfz moonshot.tar.gz
cd moonshot_game
./moonshot
Comments
Log in with itch.io to leave a comment.
On my Linux Mint the window opens and closes immediately :(
I'm sorry to hear that. I've tested on Ubuntu 20.04 on two machines and it has worked. It doesn't give you any output in the terminal?
ERR: failed to compile #version 330 core
and also about 20 strings of code...
Same error here, the shaders do not compile:
: 0(16) : error C0000: syntax error, unexpected $undefined at token "<undefined>"
I've got it tested by several others. And it seems to work for some while not for others. I guess this is the curse of not using Unity3D/UE :(
Yes that's why we like to target HTML5, it is easier to support.
Does your solution support HTML5?
All right I've fixed your shaders, I'll make a PR
I've uploaded a version that I now hope works.