kevinbchen / tiny_link

tiny game made in 48 hours on stream

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

links

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.

Screenshot

box art

box art

Box Art by Grayson

Mosquito enemy sprite by Randy)

About

tiny game made in 48 hours on stream

License:MIT License


Languages

Language:C++ 97.9%Language:CMake 2.1%