Go to file
2021-01-05 15:52:54 +08:00
content added some documentation & explanations 2021-01-04 18:55:26 -08:00
libs removed shared_ptr arrays as clang isn't a fan 2021-01-04 18:38:12 -08:00
src few additional notes 2021-01-04 18:57:46 -08:00
.gitignore first commit 2021-01-01 17:43:43 -08:00
.gitmodules first commit 2021-01-01 17:43:43 -08:00
boxart.jpg boxart and screenshot 2021-01-03 22:14:11 -08:00
CMakeLists.txt CMake: Bump required version to 3.12 (needed by blah) 2021-01-04 09:37:14 +01:00
LICENSE Initial commit 2021-01-01 17:17:28 -08:00
README.md adding instructions on build & run on macOS Big Sur in readme 2021-01-05 15:52:54 +08:00
screenshot.png boxart and screenshot 2021-01-03 22:14:11 -08:00

SWORD II: ADVENTURE OF FROG

A small game made entirely on live stream over about 15 hours. I intend to add more documentation and clarify some of the code and assets over the next few days.

building

  • You need C++17 and CMake 3.12+
  • Make sure you have SDL2 headers & libraries, and make sure CMake can find them
  • All the art was made in Aseprite. To modify or add new sprites, you'll need to use aseprite.

building on macOS Big Sur

  • preinstall latest Xcode and the command line tools
  • brew install cmake // make sure CMake is 3.12+
  • brew install sdl2 // make sure sdl2 is 2.0.12+
  • git clone https://github.com/NoelFB/tiny_link.git
  • cd tiny_link
  • git submodule init
  • git submodule update
  • cmake -G Xcode .
  • open Xcode project file, select 'game' target, build and run on Xcode

Screenshot

box art

box art

Box Art by Grayson

Mosquito enemy sprite by Randy)