About...
Make sure to read the Documentation & Reference in /doc for a full overview and explanation of the system.
/
├── *bin # Compiled binary files
├── config # System configuration files
├── data # Data files for graphics and weather info
├── doc # Documentation & reference
├── extlibs # External libraries
├── fonts # Font files
├── graphics # Graphical elements
│ ├── icons
│ └── maps
├── *music # Background music
├── *obj # Compiled object files
├── src # Source and header files
├── .gitignore
├── Makefile
└── README.mdFolders marked with an asterisk (*) are ignored by git.
Supported platforms: Linux, macOS, ... Windows(?)
| Library Name | Version |
|---|---|
| G++ | >= 14 |
| SFML | >= 3.0.0 |
| libcurl | >= 7.58.0 |
$ make clean
$ make
$ ./bin/WS4...
To be updated...
- Star4000 Fonts by TWC Classics contributor Nick Smith.
- Icons by TWC Classics contributors Charles A. and Nick S.
- Basemap ...
- LaTeX documentation template by LianTze Lim.
This software is distributed under the zlib/libpng license.