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
| // tiny-space-v3_02-snapshot-serialization.cpp (C++11) | |
| // | |
| // DESCRIPTION: Gaming: Space sim in a tiny package. | |
| // Work In Progress. | |
| // | |
| // BUILD: g++ --std=c++11 -O3 -lpthread -o tiny-space tiny-space-v3_02-snapshot-serialization.cpp | |
| // | |
| // CREATED: 2022.01.22 | AUTHOR: xixas | LICENSE: WTFPL/PDM/CC0... your choice | |
| // MODIFIED: 2022.01.23 | AUTHOR: xixas | Added UI colors and jumpgate travel | |
| // 2022.01.30 | AUTHOR: xixas | Randomized jumpgate position |
OlderNewer