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
At Oregon State University, when you walk into West Hall, there is a series of numbers written on | |
the walls, near the ceiling. | |
The numbers are: | |
3 7 31 127 [EXIT sign] 8191 131071 524287 8388607 536870911 2147483647 137438953471 2199023255551 | |
8796093022207 140737488355327 9007199254740991 576460752303423487 2305843009213693951 | |
There is nothing else describing the numbers. I wondered what they were & figured it out below. | |
----- SPOILERS BELOW ----- |
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
Archive of the code for images posted to https://twitter.com/tweegeemee | |
Started July 22, 2020 | |
:clisk-random-seed 200722 | |
Learn more at https://github.com/rogerallen/tweegeemee |
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
Archive of the code for images posted to https://twitter.com/tweegeemee | |
Started April 21, 2020 | |
:clisk-random-seed 200421 | |
Learn more at https://github.com/rogerallen/tweegeemee |
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
Archive of the code for images posted to https://twitter.com/tweegeemee | |
Started March 5, 2020 | |
:clisk-random-seed 200305 | |
Learn more at https://github.com/rogerallen/tweegeemee |
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
Test 1,2,3 |
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
Archive of the code for images posted to https://twitter.com/tweegeemee | |
Started January 24, 2020 | |
:clisk-random-seed 200124 | |
Learn more at https://github.com/rogerallen/tweegeemee |
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
#define SDL_MAIN_HANDLED | |
#include <SDL.h> | |
#include <cstdlib> | |
const int TAIL_MAX = 255; | |
const int WINDOW_WIDTH = 800; | |
const int WINDOW_HEIGHT = 800; | |
const int BLOCK_SIZE = 16; | |
struct Food { |
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
Archive of the code for images posted to https://twitter.com/tweegeemee | |
Started December 20, 2019 | |
:clisk-random-seed 191220 | |
Learn more at https://github.com/rogerallen/tweegeemee |
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
Archive of the code for images posted to https://twitter.com/tweegeemee | |
Started November 11, 2019 | |
:clisk-random-seed 191111 | |
Learn more at https://github.com/rogerallen/tweegeemee |
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
Archive of the code for images posted to https://twitter.com/tweegeemee | |
Started October 19, 2019 | |
:clisk-random-seed 191019 | |
Learn more at https://github.com/rogerallen/tweegeemee |