while (!dead)
{
std::rotate(life.begin(), life.begin() + 1, life.end());
}
-
-
earthbound-bgfx Public
Small demo on how some background effects in Earthbound were done
cpp sdl2 image-processing graphics-programming earthbound-battle-backgrounds effects-animations earthbound-inspiredC++ The Unlicense UpdatedDec 7, 2024 -
instant-font Public
header only lightweight bitmap font library for SDL2
C MIT License UpdatedDec 4, 2024 -
-
nrogue Public
ncurses roguelike challenge
-
-
-
-
-
-
-
gms2-tetris Public
Tetris clone made with Game Maker Studio 2.2.5
Game Maker Language MIT License UpdatedMar 20, 2024 -
-
-
-
-
-
-
printer Public
SDL2 or ncurses character printing class library
-
-
cell-wars Public
Small unfinished prototype of indirect control RTS or something.
-
-
MathGen Public
Generates simple mathematical expression with a specified maximum depth.
C# MIT License UpdatedDec 16, 2020 -
link-miner Public
Python script that collects URLs starting from specified one
-
-
-
sdl2-gui-cs Public
Simple test custom GUI application using Mono and SDL2 on Linux
-
dungeon Public
Classic dungeon crawler with roguelike elements
GNU General Public License v2.0 UpdatedJan 23, 2018 -