Skip to content

jammy-dodgers/stonks

 
 

Repository files navigation


stonks
Stonks

ICT290 Assignment 1

BuildingContributingLicense

build-badge

Building

Tools

Dependencies

  • macOS: brew install cmake sdl2 sdl2_image sdl2_ttf sdl2_mixer glm
  • Linux: sudo apt-get install cmake libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev libsdl2-mixer-dev libglm-dev
  • Windows: .\vcpkg.exe install --triplet x64-windows sdl2 sdl2-image sdl2-ttf sdl2-mixer glm

Cloning

git clone --recurse-submodules https://github.com/opeik/Stonk.git
git checkout develop && git submodule update --init

Building

  • Unix:
    cmake -S . -B build && cmake --build build && ./build/shays-world
    
  • Windows:
    • Open Visual Studio as Administrator (required to make symbolic links)
    • In Visual Studio, select Open → CMake, select CMakeLists.txt
    • From the "Select Startup Item" menu, select shays-world.exe

Contributing

License

This project is licensed under the ISC license. Please see the LICENSE.md file for details.

About

ICT290 group assignment

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 98.5%
  • Other 1.5%