Skip to content
Snippets Groups Projects
phlyk-portfolio

phlyk-portfolio

A collection of some of my more memorable university, personal and professional projects

  • C

    A Sudoku SAT solver written in Clojure. Sudoku game was encoded into a huge data set of boolean logical propositions, then were rewritten and solved using DPLL algorithm.

  • F

    An Android game based on FlowFree. Uses a custom Java API for the model of the game, an XML parser for the grids, AndroidSDK 15-18 and simple Views & Activities to interact with the model.

  • G

    An incremental university project in Java, that revolved around a genetic algorithm eventually implementing Swing for a simple UI to visualise a simulation.

  • S

    A ReadMe file containing some of the work I did for a language learning application.

  • S

    Some of my university projects to test different forms of concurrency in Java; Locks, Conditions, Synchronized, Semaphores etc... The idea behind each one was to get different objects working concurrently with one another.

  • T

    A simple Java HTTP server handling requests for a tictactoe game. Basic UI and data requests handled by JS.