A game that can be played in RTS style or MOBA style
For those who need some assistance on setting up this github repository on their local machine:
- Install MinGW x64 and create CLion Toolchain
- Download SFML 2.5.0 - MinGW Version (YOU MUST HAVE THIS VERSION)
- Place SFML 2.5.0 as the Folder "SFML" inside the local repository
- Download RPMalloc and place the Folder "rpmalloc" inside the local repository
- ------------- (Insert STB Download step once integrated)
- Set MinGW/bin as a new environmental variable under advanced system settings
- Either set SFML/bin as another environmental variable or move all the dll files inside SFML/bin into C:/Windows/System32/... Another choice is to have a global copy of SFML inside C:/Program Files/ and set that as a new environmental variable.
- You are ready to go
- Install SFML, if possible (the bash script will grab a copy, but it's not optimal).
- On Ubuntu or Debian:
sudo apt install libsfml-dev build-essential - On Fedora:
sudo dnf install SFML-devel - On openSUSE:
sudo zypper install sfml2-devel
- On Ubuntu or Debian:
- Execute:
./build.sh