@Heidar-An
  • Stars
    star
    26
  • Global Rank 542,173 (Top 19 %)
  • Followers 9
  • Following 27
  • Registered almost 4 years ago
  • Most used languages
    JavaScript
    40.0 %
    Python
    40.0 %
    Go
    6.7 %
    C#
    6.7 %
    Java
    6.7 %
  • Location πŸ‡¬πŸ‡§ United Kingdom
  • Country Total Rank 19,987
  • Country Ranking
    Go
    3,209
    C#
    3,963
    Python
    7,806
    JavaScript
    8,509
    Java
    8,680

Top repositories

1

Heidar-An

Appears on my profile
4
star
2

NinjaTopDownGame

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.
C#
3
star
3

Online-Multiplayer-Chess-with-AI

Program made in Python, allows users to play against an AI, against others online, or on the same computer.
Python
3
star
4

Binding-Of-Isaac-Item-Dataset

Dataset of 720 Binding of Isaac Items (200 image augmentations for each item)
2
star
5

Sudoku-Solver-With-BackTracking

Implementation of a visual sudoku solver with backtracking.
Python
1
star
6

connect-4

my implementation of connect4 in the p5.js library, my third project in p5.js
JavaScript
1
star
7

NeuralNetwork

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.
Go
1
star
8

Tic-Tac-Toe-AI

This is the tic tac toe AI created as part of the CS50 AI course. Created in the python library, pygame
1
star
9

A-Star-algorithm-visualisation

A star algorithm visualisation I implemented myself in the p5.js library, this is my first project in p5.
JavaScript
1
star
10

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.
Java
1
star
11

wordleBot

Inspired by 3b1b, me and my friend decided to make a wordle bot. Using Python and the Pygame library.
Python
1
star
12

GameOfLife

Conway's Game Of Life in Pygame
Python
1
star
13

Minesweeper-AI

Minesweeper AI created as part of the CS50 AI course. Created in the python library, pygame.
Python
1
star
14

doublePendulum

My implementation of a double pendulum simulation, it also has trace lines to show where the pendulum goes
JavaScript
1
star
15

Newtons-Fractal

A duo collaboration of Newton's Fractal created in p5.js
JavaScript
1
star
16

Huffman-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.
JavaScript
1
star
17

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.
Python
1
star
18

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.
JavaScript
1
star