Home
Przemek Bądaruk
Cancel

Worms

Worms Worms is a classic game where several teams of worms use a variety of weaponry to elimiate each other from a randomly generated terrain. It based on this repository Worms Source code ...

Reversi

Reversi Reversi, also known as Othello, is a two-player strategy board game played on an 8x8 board with 64 identical pieces called discs, each colored black on one side and white on the other. The...

Star Pusher

Star Pusher Star Pusher is a Sokoban or “Box Pusher” clone. StartPusher_Qt-Cpp is “Star Pusher” clone written in Qt/C++ ;) Reversi Source code Gameplay Play online

Retro Race Arcade

Retro Race Arcade Remake of the original Super Mario Bros game written in Qt/C++. About orginal game read more wiki Retro Race Arcade Source code Gameplay Play online

Mario World 1-1

Mario World 1-1 Remake of the original Super Mario Bros game written in Qt/C++. About orginal game read more wiki Mario World 1-1 Source code Gameplay Play online

Shadow casting 2D

Shadow casting 2D Shadow casting is a technique used in 2D computer graphics to simulate lighting and shadows in a scene. It involves tracing rays from a light source and determining which objects...

A star pathfinding algorithm

A star pathfinding algorithm A* (pronounced “A star”) is a popular pathfinding algorithm used in computer science to find the shortest path between two points in a graph or map. It is a heuristic s...

Splines 2D

Splines 2D In two-dimensional computer graphics, splines are a mathematical representation of smooth curves that are used to approximate complex shapes. Splines are a type of interpolation that co...

Perlin noise

Perlin noise Perlin noise is a type of procedural noise algorithm used in computer graphics and computer-generated images. It was developed by Ken Perlin in 1983 and is widely used in 3D modeling,...

Platform Game

Platform Game A platform game is a video game genre in which the player controls a character that must navigate through a series of levels or platforms, typically from left to right. The player mu...