Pinned Repositories
AI-Assignment-PDDL
This is my submission for the PDDL component of the Artificial Intelligence module at the University of Lincoln
AI-Assignment-Prolog
This is my submission for my Artificial Intelligence module Prolog assignment at the University of Lincoln.
BibtexCleaner
Simple Python script to remove unwanted stuff from a bibtex file.
Blind-Mans-Bluff
This is a game that myself and a friend created during a 24 hour gamejam at University. The theme was "Where are the boundaries" so we decided to make a platform game with invisible walls that the player must shoot to make visible.
CapsuleKiller
This is a small, top down shooter made in Unity3D
DataScienceAssignment1
This is the repo for the first assignment for the CMP3036M Data Science module
DataScienceVisualisation
This repo contains the code used as part of the CMP3036M Data Science assignment 2 to generate a series of graphs and visualisations
hacks
Just a collection of small scripts that I've written for different things
SocialMediaPrivacyTool
This is the repository of the tool for extracting and analysing information from social media written as part of my dissertation
AdamDWalker's Repositories
AdamDWalker/AI-Assignment-PDDL
This is my submission for the PDDL component of the Artificial Intelligence module at the University of Lincoln
AdamDWalker/AI-Assignment-Prolog
This is my submission for my Artificial Intelligence module Prolog assignment at the University of Lincoln.
AdamDWalker/BibtexCleaner
Simple Python script to remove unwanted stuff from a bibtex file.
AdamDWalker/Blind-Mans-Bluff
This is a game that myself and a friend created during a 24 hour gamejam at University. The theme was "Where are the boundaries" so we decided to make a platform game with invisible walls that the player must shoot to make visible.
AdamDWalker/CapsuleKiller
This is a small, top down shooter made in Unity3D
AdamDWalker/DataScienceAssignment1
This is the repo for the first assignment for the CMP3036M Data Science module
AdamDWalker/DataScienceVisualisation
This repo contains the code used as part of the CMP3036M Data Science assignment 2 to generate a series of graphs and visualisations
AdamDWalker/DetectiveCliche
This is a point and click detective game made during Global Game Jam 2016.
AdamDWalker/hacks
Just a collection of small scripts that I've written for different things
AdamDWalker/ImageProcessing
Repo for the CMP3108M Image Processing module at the University of Lincoln.
AdamDWalker/SocialMediaPrivacyTool
This is the repository of the tool for extracting and analysing information from social media written as part of my dissertation
AdamDWalker/EncryptionExample
Simple php AES256 encryption example
AdamDWalker/GamesProgramming
This is my clone of Chuckie Egg for Games Programming (CGP2011M)
AdamDWalker/Graphics-Work
This is just a mirror of some graphics stuff I have already done, so that the original repo can be updated.
AdamDWalker/InfoVisualisation
This is the Unity project being used as part of a UROS research project regarding Information Visualisation in Virtual Reality environments at the University of Lincoln.
AdamDWalker/OOPAssignment
This is my assignment for my Object Oriented Programming module.
AdamDWalker/ParallelAssignment
Repo for the CMP3110M Parallel Computing module assignment
AdamDWalker/ScareJam
Game Jam 6-7 November 2015
AdamDWalker/SortingAlgorithms
This is a collection of my own implementations of classic sorting algorithms, written in C