-
GASDocumentation Public
Forked from tranek/GASDocumentationMy understanding of Unreal Engine 4's GameplayAbilitySystem plugin with a simple multiplayer sample project.
C++ MIT License UpdatedOct 6, 2021 -
-
CoopShooter Public
coop shooter prototype made during Udemy course. With simple AI, power ups
-
Stealth-Game-Prototype Public
Game made during the Udemy course. Made with UE4
C++ UpdatedApr 5, 2021 -
-
ToonTanks Public
ToonTanks game, simple tank game. Aim - destroy the turrets made with UE4
-
-
-
Nibbler Public
Snake game implemented with OpenGL, SMFL and SDL, graphic libraries are loaded dynamically and can be changed at runtime
-
-
ComputorV1 Public
The goal of this project is to bring us back to the manipulation of elementary mathematical tools
Python UpdatedFeb 18, 2020 -
-
Python-notes Public
Some examples that were written during Python fundamentals learning
Python UpdatedSep 12, 2018 -
AbstractVM Public
AbstractVM is a machine that uses a stack to compute simple arithmetic expressions. These arithmetic expressions are provided to the machine as basic assembly programs.
C++ UpdatedAug 5, 2018 -
card_field Public
Forked from evankazadaiev/card_fieldTechnical task for PlayToMax company.
JavaScript UpdatedMay 11, 2018 -
parallel-computing Public
Some examples of the parallel computing techniques, distrubution of mathematical operations on vectors, matricies ...
Ada UpdatedApr 15, 2018 -
-
-
-
Cpp-and-Threads Public
Some examples how C++ multithreading programming works, includes tips and adviced with good approches for achieving good and efficient results.
-
-
Sockets Public
Small programs that represents a simple tcp/http client and servers parts
C UpdatedDec 16, 2017 -
ft_retro Public
A small space battle against evil asteroids and shooting enemies. Visualization by ncurses. Good luck and have fun.
-
corewar Public
Create a virtual arena where programs written in a simple language fight one another. Explore the design of a VM (with the relevant instructions, records, etc.) and challenges related to compiling …
-
pacman Public
My own copy of a classic Pacman game made with the help of C++ and Qt Framework. The behavior of the Ghosts is repeated.
-
ft_gkrellm Public
A simple activty monitor that displayes info about the system, memory usage and CPU loading. Visualized with ncurses
C++ UpdatedNov 12, 2017 -
lem_in Public
You must move your ant colony from one point to another in the least amount of time. Through this project, you will explore graph traversal algorithms: your program will have to choose the paths an…
-
Filler Public
Create your player to fight other students on the world famous (or infamous) Filler board. The concept is simple: two players gain points by placing on a board, one after the other, the game piece …
C UpdatedSep 6, 2017 -
fracto-l Public
This project is to create a small fractal exploration program. Start by seeing what a fractal is. This project includes a realization of Mandelbrot and Julia set and a Ships fractal.
-
Tanks Public
A small Battle City clone made with C++ and Qt (generation of level is present, and one fast, but stupid enemy)