Andrew Andrew
@TurtleAndrew
A self tought programer who spends way to much time programing.
I create a program that takes a number, any number, and converts it to a multiplication chain of prime numbers (example: 223*5). This process is calle
Python
I spent a few hours working on a basic compiler that converts python3 code (one of the easier languages to learn) to c++ (one of the harder languages
Python
BananaJellyfish I know a lot of python, but no c++. Im planning on learning it but i may take a while since i have very little time. Im also unsure as to whether python3 is the python i know.2 years ago
notGilbert that sounds like a challenge (many, many differences and abstraction between the languages)2 years ago
I've spent the last 4-7 hours creating the py4 language. Note that it is an early version and may produce bugs that shouldn't happen. To program in th
Pygame
postermorison Choosing the right hosting is not an easy task. And almost every second user faces this problem. Faced with various kinds of difficulties, people are afraid to ask for help. For example, I recently received a SyntaxError: Unexpected reserved word ‘await’ notification. I didn’t know what to do, but it’s good that I found the answer on the Internet how to fix it11 months ago
I've spent the last day and a half working on this game that uses ray casting. Ray casting is a method of rendering a 2D level as if it was 3D. It was
Pygame
This project uses a perlin noise package I've created, go to Github to learn more about it. Also take note that this project takes a minute to load an
Pygame
I created a second version of my vector types this time overloading the operators. This means to customize the math operations in python for the insta
Python
I created some classes and functions that store and alter data that have an xy or xyz coordinates. This code is meant to help clean up your code, make
Python
This ray tracer takes about 30m and slowly fills in the screen, also, you may notice it starts uncovering in 4 areas, this is due to multithreading(a
Pygame
Start it and give it some time, you can't expect a fast ray tracer on repl. Hope you enjoy the output, it's still a very early version and comes with
Pygame
I am going to teach you how to draw a 3D object.
I'm going to start with some useful information about the project bellow. First, it takes about 10 -
Pygame
This program renders a procedurally generated landscape in 3D. The perspective is off because I have to lower the fov(field of view) and shrink the si
Pygame
Go to the highest point marked by the words above the player. Survive the lava rising 10 times to win. If you touch the lava, you die. Have fun!
Pygame
Use the arrow keys to move around the generated noise map, use w, s, to zoom in and out. Press 'b' to show the image in black and white and 'c' to sho
Pygame
Move around an infinite world, fule up to survive. Survive for long to see a beautiful sunset and sunrise!
Pygame
Your goal is to use the arrow keys to move left and right to doge the platforms as you fall further, faster, and as the platforms increase in size. Yo
Pygame
Please try to beat this by making a 1-2 line rock paper scissors game that has a good interface. Put in the number corresponding to the number shown w
Python
Here's a loading bar I made that dons't clear the console above keeping any text above intact. It will print lots of lines if the line showing the loa
Python
Heres a game I made inspired by the slide game made by MrMinimax. I wrote all the code for this game but made it because I wanted more levels to play
Python