sfml-graphics-library
There are 157 repositories under sfml-graphics-library topic.
PiGames/Bomberman
Remake of Bomberman written in C++ and SFML.
mircea-pavel-anton/pacman
A multiplayer Pacman clone written in C++ using SFML.
Skinz3/Snap
Snap is a game engine on top of SFML.NET proving a lot of utility to make a 2D game. Written in C# .NET Core 3.1, this library is multiplateform.
holosiek/FrozeT
Open source music player in C++
abdullahazharkhan/SLOW-NUCES
Built with SFML, uses OOP concepts and C++ as a language.
cesumilo/LoveBrains
LoveBrains is a simulator of artificial intelligence based on a plugin system.
TendTo/MandelbrotSetCUDA
A fun small project used to practice some CUDA. And to see some sweet fractal ass (don't quote me on that)
Yosef-6/InkBall
Inkball clone
BillyFrcs/SnakeLol
Simple 2D Snake Game Snake Lol.
BillyFrcs/ReduxAdventure
2D Platformer Game Redux Adventure.
OlaBannan/Battle-City
A simulation of the Battle-City game using C++11, SFML media lib, and Object-Oriented concepts.
VivekThazhathattil/ViSmartCab
Tabular Q learning to demonstrate sample OpenAI taxi V2 implementation in C++
Pheonix-5/Road-Rush
Road Rush is a 2D game based on C++ and SFML library
saurabh1907/2d-rpg-game-cpp
2D RPG horror game in C++ utilizing OpenGL and SFML multimedia library
SuperFola/LoadingAnim
A simple C++ 14 class to display nice and beautiful loading animation in your SFML >= 2.4 game
BillyFrcs/FlappyBird
Flappy Bird Game.
GabrieleDG0/Stockfish-ChessGame-SFML
Full chess game application built with SFML (C++) for graphics and Stockfish for AI. Play against engine, or watch the engines play against each other. ♟️
gurb/Shmup
Shoot 'Em Up Game using SFML.Net
Karol-Wroblewski/Tic-Tac-Toe
Simple Tic-Tac-Toe, Player vs Player. C++/SFML
kim366/Pathplanning
Various Pathplanning Algorithms Derived off Dijkstra's in mulitple situations visualized by SFML. Paper: https://schmider.kim/vwa/main.pdf
0xbalazstoth/CppSFML-GrayingImage
My first C++ SFML project is graying images
AhmadYasser1/Klondike-Solitaire
Klondike Solitaire Game is a Data Structures Project at the Egypt University of Informatics by the Tryerz Team
amirhossein-hkh/sfml-games
games implemented in SFML ( aa, rifle, space invader)
ignabelitzky/boids-simulation
Minimalist flocking behavior model using Craig Reynolds' algorithm.
kazekage/Shoot-em-up
This project aims to bring the fun and simplicity of game with some new features. It will include computer controlled intelligent opponents whose aim will be to challenge the human player.
Mayur-Shiwal/Flappy_Bird_Game_SFML
This repository contains a simple Flappy Bird-inspired game developed using C++ and the SFML library. The game is built using Microsoft Visual Studio and showcases the usage of SFML for graphics, audio, and user input handling.
mikolajszymczuk1/MemoryGame
Memory Game wrote in C++
robert-adrian99/DynaBlaster-Bomberman
Dyna Blaster - Bomberman implemented in C++ at Uni.
sharyash81/Frogger-Game
Frogger game using SFML library
StrayerSQH/SCU-Program-Practice
Welcome to the Sichuan University Freshman Enrollment Simulator! 😄 This is a project assignment developed by students majoring in Computer Science and Technology at Sichuan University, Class of 2023, as part of the Programming Practice course.
amitlos/Custom-Shapes-Builder
It is the program that, giving an opportunity to draw geometrical objects, helps to learn school geometry. It can draw such things as points with names, lines, segments, points on lines, triangles, parallelograms and circles using user input. About technical part: Used Programming Language - C++. Used graphical library - SFML.
MazharZiadeh/FoveaSFML
The project aims to demonstrate the concept of foveated rendering, where visual acuity is higher at the center of the view and decreases towards the periphery
MiraalFatima/Turkish-Draught-Game
This Turkish Draughts game, created in C++ using the SFML library, is a semester 2 OOP project. It features high-quality graphics and custom assets, providing an authentic gameplay experience. The project includes all necessary source code, images, and fonts, and requires proper SFML setup in Visual Studio. Enjoy a traditional Turkish Draughts game
realaryann/Pace-Man
Pac Man clone written in C++ SFML using polymorphism and inheritance. "Pace-Man" represents how the player would be able to change their pace in the full release
Ripunjay42/Minimum_Spanning_Tree_Visualize_CPP
#Finding minimum spanning tree using Krushkal algorithm #Visualize the Graph using SFML library in c++..