Projects
Here are some personal projects I'm working at
-
Algorithms: A collection of
algorithms for diverse purposes, some of them are:
- Mandelbrot set generator: Generates an image of the famous Mandelbrot set
- Bouncing balls: Simulates some bouncing balls and a black hole with lots of physics
- Random fractals: Generates Barnsley's fern and Sierpinski's triangle with moving dots
- Conjecture: A Collatz conjecture analizer and "solver"
- Markov: A random text generator using Markov chain
- PseudoNeural: My attempt to make a neural network before knowing what it is
- Times table: A times table drawer and animator
- Evo: An algorithm based on neural networks and genetic algorithm that tries to find the best shooting ball
- MandelbrotSet: A Mandelbrot set visualizer
- RandomWalk: A program that visualizes the diffusion-limited aggregation process
-
Crawlers: Some crawlers I
made using Python's Scrapy (scrapped data not included), some of them are:
- Wiki: Takes two Wikipedia's pages and finds a path between them through other pages, much like Wikigame
- Text: Extracts the text from an Wikipedia page
- Dic: Take some information from Wiktionary's database
-
GameDev: I'm part of USPGameDev, a group of
game developers from USP, and I'm doing some projects with them:
- Space invaders: A reproduction of the famous game Space Invaders
- Deviant: A thriller adventure game set on a dystopic future
- UGDK (USP Game Development Kit): A C++ library for making games
- Pirate ship battles: An online multiplayer game, were you control a pirate ship and try to destroy the other players
- And some other ones you can see at Events...