Meme generator

Meme generator was a project for web applications exercises. I did it with some help of my classmates. Technologies what I used is canvas, konva.js, springboot, and of course bootstrap. *[Now it's hosted here, and served by express.js] I hope you will enjoy it while testing or checking it out. :)

Go to memegenerator
Rock paper scissors

Rock, paper, scissors is a project which helps me to learn about real-time web applications. Part of the code comes from here. This tutorial was of valuable assistance. Especially as I didn't know node.js at all. I chose this tool because I would have to refresh all clients' sites periodically in PHP enviroment. The app is based on sockets. My next goal is to add rankings, play with friends etc.

Start game as guest
Checkers

Checkers was written to get a pass from methodology of programming. Our task was to write a simple game. The funny thing is that I didn't know the rules of this game. So implementing some of them was quite a hard task. I'm beginner in graphics so white pawns is "o"/"@" and black is "x"/"X". The pogramme is based on WPF, language applied is C#. WSIWYG in visual studio was a very helpful tool when I was creating the menu. Unfortunately, I didn't manage to programme a saving game function because the deadline was close and when I finished I started work on new projects.

Download checkers
Hangman

Hangman, in this game we have to guess a word which was invented by another person. Unlike other projects a huge part comes from a tutorial. I wrote the category function and made this game responsive, so you can play it on your mobile phone. Writing this game helped me to understand Java Script.

Play hangman