Indicators
- Last visit: 6 months 7 days ago
Specializations
CV
I'm a game developer on Visual Studio. If you want to order my game with interface, I will be glad to help!
I can also draw characters as well as animations for them in Pixel art.
I can make presentations in PowerPoint.
• I know programming languages such as C++ / C / C# / Python.
• Full project management from start to finish.
• Working with the Pixel art app. I know how to make animations and how to create a character well.
• I can make edits to the work.
• Experience with PowerPoint is available.
• For me it is important to keep in touch with the buyer, so write to telegram and there we will negotiate all the details for your program / animation / character.
My telegram: Vikackaaerx03
Skills and abilities
Programming
Design & art
Photo, Audio & Video
Portfolio Works
0
177
Program in C++
C & C++
Condition: Develop a program that reads input data from the keyboard and solves the problem using dynamic programming or a greedy algorithm.
Solve the problem of selecting the largest number of applications for the audience.
Input data: the number of…
0
197
Program in C++
C & C++
Condition: Develop a program that reads numbers N, M (1 < N, M < 256) from the keyboard - the number of vertices and edges of the graph; a sequence of M pairs of integers - edges of the graph. The program stores the graph - an adjacency list and…
0
185
Program in C++
C & C++
Condition: Develop a program that reads numbers N, M (1 < N, M < 256) from the keyboard; a sequence of N keys (integers); a sequence of M keys. The program stores the first sequence in a red-black tree. Each time a new element is added to the tree,…
0
173
Program in C++
C & C++
Task: Develop a program that reads integers N, M (1 < N, M < 256) from the keyboard, N pairs (key - integer, real number, or string depending on the task variant; value - string; all strings up to 255 characters), none of which are repeated, and M…
0
157
Program in C++
C & C++
Task: Develop a program that reads a sequence of N integers (1 < N < 256) from the keyboard, each of which is unique, stores them in a data structure queue (based on a linked list), and displays the following characteristics on the screen:
- number…
0
148
Program in C++
C & C++
Condition: Develop a program that reads from the keyboard the number N (1 < N < 256) and N pairs of real numbers - coordinates of points on the plane. Build the convex hull of the given points using the Jarvis algorithm.
0
186
Program in C++
C & C++
Condition: Develop a program that reads a number N (1 < N < 256) from the keyboard and the parameters of a random number generator using the Fibonacci method, and displays on the screen a sequence of N generated numbers. The program saves a graphical…
0
155
Program in C++
C & C++
Task: Develop a program that reads numbers N, M (1 < N, M < 256) from the keyboard; a sequence of N keys (integers or real numbers depending on the task variant); a sequence of M keys. The program saves the first sequence to an array and performs…
0
136
Program in C++
C & C++
Condition: Create a class Payment. Fields: full name, salary, year of employment, income tax, bonus percentage, number of days worked per month, accrued and withheld amounts. Implement methods: calculation of the accrued amount, calculation of the…
0
136
Pixel art background part 2
Continuation of the background
0
121
Pixel art background part 1
Background for a game or desktop. Continuation of the background in the second part.
0
162
Pixel art animation
Animation of a bird in Pixel art
0
133
Pixel art animation
Animation
Animation of a coin in Pixel art
0
107
Pixel art animation
Animation
Character animation in Pixel art
0
93
Pixel characters
Icons & Pixel Graphics
They were created for play
0
124
Snake game
C#
The game was written in Windows Forms C#. All snake rules apply. The game ends when the snake hits the game boundaries and itself.