Pinned Repositories
2D-Simple-Linear-Regression-Algorithm
Simple linear regression algorithm that works in 2D for simple Machine Learning
3D-Elevation-Cross-Section
Calculator
Calculator in Pythons's Tkinter module. Still a work in progress
Collaborative-Text-Editor
[UNDER DEVELOPMENT] With this project I'm building a fully functioning collaborative rich text editor using Python, Django and React, which I'll eventually deploy into the real world!
Connect-4-with-minimax-AI
This is a connect 4 game using pygame in python against an AI using the minimax method
Huffman-Compression-Module
Python module for compressing 7bit ascii text using the Huffman Compression Algorithm. The code compresses the text and writes it to a binary file (.bin), with header information so it can be decompressed.
Player-jumping-physics-engine
Code in this project is quite scrappy and all over the place, this was a test for a future game I hope to build. The code consists of basic player jump using quadratic equations and more advanced wall jumps all with block collision detection.
Weather-App
Full stack mobile weather app created with a Flutter front end and Python Flask backend, fetching forecast data from the OpenWeatherMap API (https://openweathermap.org/api).
winning-hackathon-team
Project-Destiny
Online, highly configurable, course choice system for high schools
angushenderson's Repositories
angushenderson/Weather-App
Full stack mobile weather app created with a Flutter front end and Python Flask backend, fetching forecast data from the OpenWeatherMap API (https://openweathermap.org/api).
angushenderson/Collaborative-Text-Editor
[UNDER DEVELOPMENT] With this project I'm building a fully functioning collaborative rich text editor using Python, Django and React, which I'll eventually deploy into the real world!
angushenderson/winning-hackathon-team
angushenderson/Connect-4-with-minimax-AI
This is a connect 4 game using pygame in python against an AI using the minimax method
angushenderson/2D-Simple-Linear-Regression-Algorithm
Simple linear regression algorithm that works in 2D for simple Machine Learning
angushenderson/3D-Elevation-Cross-Section
angushenderson/Calculator
Calculator in Pythons's Tkinter module. Still a work in progress
angushenderson/CS120-3.15-Formative-Collaborative-Exercise
angushenderson/Huffman-Compression-Module
Python module for compressing 7bit ascii text using the Huffman Compression Algorithm. The code compresses the text and writes it to a binary file (.bin), with header information so it can be decompressed.
angushenderson/Player-jumping-physics-engine
Code in this project is quite scrappy and all over the place, this was a test for a future game I hope to build. The code consists of basic player jump using quadratic equations and more advanced wall jumps all with block collision detection.
angushenderson/epsilon
angushenderson/gitignore
A collection of useful .gitignore templates
angushenderson/Memerable_Places-First_Proper_Android_App
Android app that allows a user to save locations by long pressing on a Map activity and generating a title from GeoEncoder function. This is then stored in the System Preferences for future use
angushenderson/Meteor-Dash-Game
In this project I have written a simple 'dodge' game where the player moves left and right to avoid meteorites. I have used pygame in python 3.6 to programme the game and used cx_Freeze to compile it. I am more than willing to show anyone how to use either of these brilliant packages.
angushenderson/Multi-Choice-Command-Line-Input
angushenderson/nasa-htmx-dashboard
angushenderson/Snake-Game
The well known snake game made in pygame