- 🔹SudokuMaxSolver
- 🔹Labyrinth
- 🎓 I'm currently learning:
- internet :
Unity2D
,Entity Framework
,MSSQL
,Xamarin (5%)
- books :
Unity
,Blender
- internet :
- ⏳ In the future, I plan to learn:
Java
,Xamarin
Start Date | Project Name | Logo | Description | Languages |
---|---|---|---|---|
20.09.2020 | Labyrinth | Development of an algorithm for generating a maze. Normal and spiral mazes are currently generated. Algorithms for finding the exit from the maze. | c++ QT Creator |
|
12.08.2020 | SudokuMaxSolver | Program for generating and solving Sudoku. Development of algorithms that generate Sudoku of varying difficulty. Development of an algorithm to solve Sudoku - brute force. Developing an algorithm for solving manual sudoku. The program is very helpful - it helps you solve sudoku step by step. | c# / WPF VS |
|
26.08.2020 | Trains | A game written in Unity2D c# on Android for my two-year-old son. Programmed interaction. Moving trains, flying planes and balloons, a busy street, sounds. The second board: soap bubbles, clocks, batteries. | c# Unity2d VS |
|
29.06.2020 | Tetris Max | Tetris written from scratch. The elements consist of hard and soft blocks. When the element hits the ground, its soft parts fall lower. Various sounds and animation for scoring have been added to the game. | c++ QT Creator |
|
25.04.2020 | The Game Of Life | Designing a program and an algorithm simulating the life of cells according to a cellular automaton. See Wikipedia -> Link | c++ QT Creator |
|
20.05.2020 | Sokoban Max | I wrote a popular game -> Sokoban (the game is about placing all the diamonds in the holes). My game has a teleportation that allows diamonds to be pushed through. I also created the possibility to edit and create my own files with boards. | c++ QT Creator |
|
25.06.2020 | Langton's Ant | Langton's Ant - a simple cellular automaton invented and described by Chris Langton in 1986. It can also be thought of as a very simple Turing machine, extended to two dimensions. In each step, one cell called the "ant" is distinguished, which, in addition to the color, also has a specific direction in which it is moving. See Wikipedia -> Link | c++ QT Creator |
|
02.05.2020 | Saper Joker | SaperJoker is a regular "SAPER" game. The problem is that not all numbers are displayed, but only the Joker icon. Joker means there is a mine next to it. | c++ QT Creator |