akerfel
Many of my projects are written using Processing, a programming framework built on top of Java.
Pinned Repositories
connect-four
The classic game Connect Four, made with Java/Processing.
glossary-pal
Website for creating and reviewing glossary lists, with automatic translation using the Google Translate API.
graph-manipulator
Easily create and manipulate graphs which contain vertices and edges. Made with Java/Processing.
idle-breakout-java
An implementation of a subset of the game "idle breakout". Made with Java/Processing.
java-2048
The popular mobile game "2048", implemented using Java/Processing.
jedi-game
A top-down Star Wars Jedi game, where you use the force to defeat enemies. Made with Java/Processing.
minecraft-2D
A top-down minecraft-esque game with an infinite world which is generated using Perlin noise. Made with Java/Processing.
minesweeper-java
The classic game "minesweeper", implemented using Java/Processing.
risk-probabilities
Calculate probabilities for winning battles in the board game Risk. Made with Python.
samurai-square
A game where the player character can not stop moving. Dash, jump, and change your sword position in order to eliminate enemies while staying alive.
akerfel's Repositories
akerfel/tribe-simulation
A large scale simulation of tribes which fight each other for survival.
akerfel/connect-four
The classic game Connect Four, made with Java/Processing.
akerfel/glossary-pal
Website for creating and reviewing glossary lists, with automatic translation using the Google Translate API.
akerfel/graph-manipulator
Easily create and manipulate graphs which contain vertices and edges. Made with Java/Processing.
akerfel/idle-breakout-java
An implementation of a subset of the game "idle breakout". Made with Java/Processing.
akerfel/java-2048
The popular mobile game "2048", implemented using Java/Processing.
akerfel/jedi-game
A top-down Star Wars Jedi game, where you use the force to defeat enemies. Made with Java/Processing.
akerfel/minecraft-2D
A top-down minecraft-esque game with an infinite world which is generated using Perlin noise. Made with Java/Processing.
akerfel/minesweeper-java
The classic game "minesweeper", implemented using Java/Processing.
akerfel/risk-probabilities
Calculate probabilities for winning battles in the board game Risk. Made with Python.
akerfel/samurai-square
A game where the player character can not stop moving. Dash, jump, and change your sword position in order to eliminate enemies while staying alive.
akerfel/snake-in-java
An implementation of the classic game Snake in Java/Processing, with a primitive AI.
akerfel/space-invaders
The classic arcade game "Space Invaders" (released in 1978), made with Java/Processing.
akerfel/tetris-in-java
Tetris made with Java/Processing.
akerfel/Tor-video-latency-thesis
LaTeX files for a KTH bachelor thesis. Title: Measuring latency for live video calls routed via vanilla and modified Tor
akerfel/video-latency-analyzer
A Java program used for analyzing the delay between two video streams which are switching between black and white continuously.
akerfel/advent-of-code-2023
akerfel/basic-platformer
akerfel/parachute-rescue
This simple game was initially created in Java/Processing, and then converted to C, to be played on an arduino with four switches.
akerfel/programming-problems-kattis
My solutions to some programming problems from kattis.com