CoffeeTableEspresso / RedSquare

A very simple game I made to get used to SDL and test out YASL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RedSquare

A very simple game I made to get used to SDL and test out YASL.

Dependencies

  • SDL
  • SDL TTF
  • SDL Image
  • YASL

Platforms

I've only bothered testing this on Linux.

How To Play

Compile and run it. Use arrow keys to move the red square. The goal is to reach the green square without touching anything black. Pres spacebar to reset everything after either dying or reaching the green square.

Editing The Level

You can edit the level by changing the YASL file level.yasl. There's no need to recompile; The new level will be loaded next time you reset things with spacebar.

About

A very simple game I made to get used to SDL and test out YASL


Languages

Language:C 90.2%Language:C++ 6.4%Language:CMake 3.4%