This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** MIT License **/ | |
// drawPixel, flipBuffers, and mySpaceGlobals.button are defined in Space Game: https://github.com/vgmoose/space | |
// see draw.c, program.h, and space.h in the src folder | |
// video: https://twitter.com/VGMoose/status/761912934251503616 | |
// elf: https://gofile.io/?id=ONAOmK | |
int x, y; | |
int count = -1; | |
int leave = 0; |