2021-01-04 15:14:11 +08:00
|
|
|
## SWORD II: ADVENTURE OF FROG
|
2021-01-04 15:22:02 +08:00
|
|
|
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.
|
2021-01-04 14:05:47 +08:00
|
|
|
|
|
|
|
### links
|
|
|
|
- [windows build](https://github.com/NoelFB/tiny_link/releases/tag/v1.0.0)
|
|
|
|
- [stream archive](https://twitch.tv/noelfb)
|
|
|
|
|
2021-01-04 14:14:11 +08:00
|
|
|
### building
|
2021-01-04 16:37:09 +08:00
|
|
|
- You need C++17 and CMake 3.12+
|
2021-01-04 15:19:25 +08:00
|
|
|
- Make sure you have SDL2 headers & libraries, and make sure CMake can find them
|
2021-01-04 15:20:36 +08:00
|
|
|
- All the art was made in [Aseprite](https://www.aseprite.org/). To modify or add new sprites, you'll need to use aseprite.
|
2021-01-04 14:14:11 +08:00
|
|
|
|
2021-01-05 15:52:54 +08:00
|
|
|
### 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
|
|
|
|
|
2021-01-04 14:14:42 +08:00
|
|
|

|
2021-01-04 14:14:11 +08:00
|
|
|
|
|
|
|
### box art
|
2021-01-04 14:14:42 +08:00
|
|
|

|
2021-01-04 14:14:11 +08:00
|
|
|
|
2021-01-04 14:25:38 +08:00
|
|
|
*Box Art by [Grayson](https://twitter.com/soft_rumpus/status/1345934041527144459/photo/1)*
|
2021-01-04 14:14:59 +08:00
|
|
|
|
2021-01-04 14:14:11 +08:00
|
|
|
*Mosquito enemy sprite by [Randy](https://twitter.com/RandyPGaul))*
|
|
|
|
|