Game Development Here’s What Made My Scratch Games Go Viral Let's look at 3 Scratch games I made that went viral after being featured on Scratch's homepage. Here's what I learned from making each.
Python Visualize 3D Meshes Using the Marching Cubes Algorithm My Python script displays 3D meshes of cancerous tumors using the marching cubes algorithm. Here, I'll outline how the algorithm works.
Python Make Sick Beats with Python I enjoy creating music-related software in my free time. Let's make some sick beats on a drum machine with Python and the pygame library.