alex-hunter3
Just some self taught programmer teenager who thought it was a good idea to start a company during a recession.
Pinned Repositories
autoskip
A Chrome extension which autoskips ads on YouTube no matter if the 5 seconds have elapsed or if the ad is unskipable.
btc-miner
Bitcoin miner which runs on 6 core processors
chat
Real time chat app with multiple rooms built with Node, Socket.io and React
chess
Chess AI built using the minimax algorithm with a neural network evaluation function.
discord-chat-gpt-bot
A bot which allows discord users to call ChatGPT via the API
discord-spotify
Discord bot that allows group Spotify sessions and rooms
flappy-bird-ai
An AI that learns to play mobile game flappy bird using the python-neat module. It learns through an evolution style learning technique with reinforcement learning.
pong-ai
An AI that teaches itself to play the classic game pong using reinforcement learning and the python-neat module
python-keylogger
A simple keylogger in python that can relay back to a server which organsises each client's keylogs in their own specific files
sort-by-field
Simple library for sorting an array of objects by a custom field.
alex-hunter3's Repositories
alex-hunter3/autoskip
A Chrome extension which autoskips ads on YouTube no matter if the 5 seconds have elapsed or if the ad is unskipable.
alex-hunter3/sort-by-field
Simple library for sorting an array of objects by a custom field.
alex-hunter3/btc-miner
Bitcoin miner which runs on 6 core processors
alex-hunter3/chat
Real time chat app with multiple rooms built with Node, Socket.io and React
alex-hunter3/chess
Chess AI built using the minimax algorithm with a neural network evaluation function.
alex-hunter3/discord-chat-gpt-bot
A bot which allows discord users to call ChatGPT via the API
alex-hunter3/discord-spotify
Discord bot that allows group Spotify sessions and rooms
alex-hunter3/flappy-bird-ai
An AI that learns to play mobile game flappy bird using the python-neat module. It learns through an evolution style learning technique with reinforcement learning.
alex-hunter3/pong-ai
An AI that teaches itself to play the classic game pong using reinforcement learning and the python-neat module
alex-hunter3/python-keylogger
A simple keylogger in python that can relay back to a server which organsises each client's keylogs in their own specific files
alex-hunter3/standard-algorithms
Standard algorithms built with multiple different languages