There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Heidar-An
Appears on my profileNinjaTopDownGame
Ninja Top Down game made early with my experience with Unity (so excuse the probable errors), allowing others to join together on the same lobby using the Mirror library.Online-Multiplayer-Chess-with-AI
Program made in Python, allows users to play against an AI, against others online, or on the same computer.Sudoku-Solver-With-BackTracking
Implementation of a visual sudoku solver with backtracking.connect-4
my implementation of connect4 in the p5.js library, my third project in p5.jsNeuralNetwork
A library written using Go. The library allows users to create a neural network with a configurable number of neurons and layers. The library also implements backpropgation using gradient descent to gradually reduce the cost function.Tic-Tac-Toe-AI
This is the tic tac toe AI created as part of the CS50 AI course. Created in the python library, pygameA-Star-algorithm-visualisation
A star algorithm visualisation I implemented myself in the p5.js library, this is my first project in p5.Utilities
(First) Android application allowing users to create and save notes/alarms. To store notes, the application uses the Room library which stores the data locally, providing a layer of 'abstraction' over SQLite.wordleBot
Inspired by 3b1b, me and my friend decided to make a wordle bot. Using Python and the Pygame library.GameOfLife
Conway's Game Of Life in PygameMinesweeper-AI
Minesweeper AI created as part of the CS50 AI course. Created in the python library, pygame.doublePendulum
My implementation of a double pendulum simulation, it also has trace lines to show where the pendulum goesNewtons-Fractal
A duo collaboration of Newton's Fractal created in p5.jsHuffman-Coder-Visualiser
Creates a visualisation of the huffman coding technique used in run length encoding - an example of lossless compression, created in the p5.js library. Simply input text into the box, and all the nodes that make up the huffman coding show up.Web-Chat-App-Cheese-
Created using Python framework Flask, SQLite, HTML, CSS, JavaScript. Web app that uses sockets to connect users to connect on the same network and allow users to message each other. There is an option to send emails to whoever email’s is saved in the program.pendulum-simulation
pendulum simulation that I implemented in p5, this is my second project in p5, it was really fun, learning more about angular acceleration and vectors in p5, since I hadn't done this stuff before.Love Open Source and this site? Check out how you can help us