It all started with coding colorful and with animations 2048 game on console in Pascal. These codes have written by me while I was studying Computer Engineering B.S. Most of them belong to second year of my University life. There are two most important things used in my codes:
-
First; I have used the projection calculation based on the image below, so there are no 3rd party libraries.
-
Second; refreshing whole console was too computationally expensive, so I have optimized the refresh method to print only the renewed characters.
Used IDE's
C/C++
-> Orwell Dev-C++ 5.11Pascal
-> Bloodshed Dev-Pascal 1.9.2Java
-> Eclipse 4.12.0
- (Extra: Not in console!)
java_animation_mandelbrot