Home Projects Techniques

Click to search through techniques I've used

Projects that use chosen technique:

Text from Age of Magic

Age of Magic - The Hunt For the Jade Skull is a text based RPG game set in a medieval fantasy world. The player takes on enemies in a turn based combat system, featuring magic, alchemy and weapons suchs as swords and bows. Through gaining experience, beating difficult bosses and collecting various keys, the game gradually opens up, to eventually coming to a faceoff with the final boss, the evil Wizard Nero Xerxes Caligula..

Techniques used on this project

  • python
An image of Sokoban

Simple, yet fun, easy to learn, hard to master, the iconic Sokoban game needs no further introduction! This japanese classic is fun for all ages and awakens fond memories for everyone who spent their youth with their nose in any of the Pokémon games, where this classic puzzle game often was featured in caves..

Techniques used on this project

  • python
In game image of the Mario

It's time for nostalgia! Immerse yourself in a timeless classic, reskinned in a modernised package. The evil Donkey Kong is sitting at the top of a level, and you, playing as Mario, is tasked with getting to the top. Gather all your friends and compete for the highest score. The game can be played again, and again, and again, never ceasing to be as fun as the first time..

Techniques used on this project

  • SFML
  • C++
An image of a goldfish

The card encrypter creates a deck of cards. The deck is manipulated according to a certain algorithm, which makes possible to use it to encrypt messages. A message is inserted into the algorithm, and gets returned as gibberish. The program also features functionality to decrypt the encrypted message again..

Techniques used on this project

  • python