Basics Hi, this post describe my the most important projects which I’ve created. Examples: Flappy bird Pacman Simple 3D Object Engine Twini-Golf SFML Some project can b...
Puzzle 2048
2048 2048 is a single-player sliding tile puzzle video game written by Italian web developer Gabriele Cirulli. Source code Qt Gameplay See online
Sudoku
Sudoku Sudoku is a logic-based, combinatorial number-placement puzzle. In classic Sudoku, the objective is to fill a 9 × 9 grid with digits so that each column, each row, and each of the nine 3 × ...
Tic-Tac-Toe
How to make a simple TicTacToe game with Felgo? Introduction Tic-tac-toe is a classic two-player paper-and-pencil game played on a 3x3 grid. The objective of the game is for one player to get t...
Look-at-Cursor
Look-At-Cursor An app that visualizes multiple eyes staring at a cursor. Look-At-Cursor Source code Qt Source code SFML See online Control Key Action ...
Twini-Golf SFML
Twini-Golf SFML This is clone of TwiniGolf which is created in SFML.It based on this repo and yt Twini-Golf SFML Source code Gameplay Control Key Action ...
Twini-Golf
Twini-Golf This is clone of TwiniGolf which is created in Qt.It based on this repo and yt Twini-Golf Source code Gameplay Play online Control Key Action ...
Polyomnio
Polyomino Simple Tetris-like game for 1,2,3,4,5-blocks. Written in Qt/C++. Polyomino Source code Gameplay Play online Control Key Action left ...
Polyomnio SFML
Polyomino SFML Simple Tetris-like game for 1,2,3,4,5-blocks. Written in SFML. Polyomino Source code Gameplay Control Key Action left arrow ...
3D Simple Object Engine
3D Simple Object Engine App loads obj file and simulates 3D camera. It is based on this repositories: #1, #2, #3. I recommend see these repos. 3D Simple Object Engine Source code