giovedì 25 settembre 2014

TicTacToe game

TicTacToe game, some features are:


  • mouse input
  • a basic game state and a score counter
  • main menu with music and basic animations of images

RPG Ultima clone

Built a RPG Ultima clone (game of 1980), first floor of a dungeon, some features:


  • implemented first-person view camera, simulating a 3D dungeon in 2D rendered using Painter’s Algorithm
  • managed random monsters and loading map from file
  • inventory, save and load game features, primitive monster AI;




Download

Source files:
http://www.mediafire.com/download/5j9d9ks8nn1tjnr/Akalabeth_clone_source_files.zip

Executable:
http://www.mediafire.com/download/wxroa7ur21zacxb/Akalabeth_clone_exe.zip

RPG Temple of Apshai demo

Some features are:

  • implemented collisions detection
  • entities animation

Roguelike in Python

Roguelike using libtcod library, clone of Rogue (game of 1980), same features from Akalabeth-clone, plus others from original Rogue:

  • basic procedural map generation
  • dark rooms (limited FOV)
  • monster-difficulty based on the dungeon floor



Download

Source files:
http://www.mediafire.com/download/a768oc6db3dd9rt/RPG_Rogue_clone.zip

Executable:
http://www.mediafire.com/download/6hzx6t9q884lvin/Rogue_clone_exe.zip