Thanks to visit codestin.com
Credit goes to github.com

Skip to content

tonysln/WS4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WS4

About...

Make sure to read the Documentation & Reference in /doc for a full overview and explanation of the system.

Project Structure

/
├── *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.md

Folders marked with an asterisk (*) are ignored by git.

Requirements

Supported platforms: Linux, macOS, ... Windows(?)

Library Name Version
G++ >= 14
SFML >= 3.0.0
libcurl >= 7.58.0

Build & Run

$ make clean
$ make
$ ./bin/WS4

...

Configuration

To be updated...

Resources Used

License

This software is distributed under the zlib/libpng license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published