Software Listing of Author : "Per-anders Ekstrom"
- MATLAB Hexxagon
- License: Shareware
- Price:


Hexxagon is an abstract strategy board game which involves play by two parties on a hexagonal board. The object of the game is to make your pieces constitute a majority of the pieces on the board at the end of the game, by converting as many of your opponent's pieces as possible. Each player begins with three pieces for the first player and second player respectively. The game starts with the six pieces on the six corners of the board. During their turn players must first select the piece they wish to move, the source, and then select an empty square, the destination, that is either adjacent to, or having a distance of less than three, from the source. Diagonal distances are equivalent to orthogonal distances, i.e. it is legal move to a square who's relative position is two squares away both vertically and horizontally. If the...
- Publisher: Per-Anders Ekstrom
- Date Released: 26-05-2013
- Download Size: 10 KB
- Download
- Platform: Matlab, Scripts
- MATLAB Unisol
- License: Shareware
- Price:


unisol is a logical puzzle invented by Lawrence Gould that has been printed in the Sydney Morning Herald (Sydney, Australia) and Tele Sept Jeux (Paris, France) since the mid 1980s. It appears in the Sydney Morning Herald on Mondays, Wednesdays and Fridays. Example --------------- | X | B | E | J | 27 A=5; B=8 |---------------| | C | D | J | G | 17 |---------------| | G | E | F | B | 24 |---------------| | H | A | C | F | 15 --------------- 10 23 23 27 83 Rules The rules of the puzzle are: * the letters A to H and J represent the numbers 1 to 9 * each letter may occur only once in a row or column * seven letters occur twice; two occur only once * one of the letters that occurs twice has been replaced with an X * the sums of each row and column and the whole square are given * the object is to fill in the numbers....
- Publisher: Per-Anders Ekstrom
- Date Released: 13-02-2013
- Download Size: 10 KB
- Download
- Platform: Matlab, Scripts
- N-Puzzle (dynamic size and solver)
- License: Shareware
- Price:


The Game: The N-puzzle is known in various versions, including the 8 puzzle, the 15 puzzle, and with various names. It is a sliding puzzle that consists of a grid of numbered squares with one square missing, and the labels on the squares jumbled up. If the grid is 3?the puzzle is called the 8-puzzle or 9-puzzle. If the grid is 4?the puzzle is called the 15-puzzle or 16-puzzle. The goal of the puzzle is to un-jumble the squares by only making moves which slide squares into the empty space, in turn revealing another empty space in the position of the moved piece. (From Wikipedia) Game Board: The N-Puzzle interface lets the user choose between several predefined sizes of boards, and also to choose any custom (valid) size N. A valid size of N is such that round(sqrt(N+1))^2-1 equals to N. All generated games are solvable. A game is...
- Publisher: Per-Anders Ekstrom
- Date Released: 23-01-2013
- Download Size: 10 KB
- Download
- Platform: Matlab, Scripts
- Numeric Keypad Maze
- License: Shareware
- Price:


In this game you will use the numeric keypad. Num Lock should be active before you start. You have to find your way to the maze's exit by pressing the right keys. You have to press the number in the square where you want to move. The player can only move up, down, left and right. If you get stuck, the game ends. The game consist of five different mazes which are created randomly. The game gets harder for each level, first level has 0-5 as options and the fifth level has 0-9 as options. The goal is to get to the exit as quick as possible with the least amount of keypresses. Every wrong keypress counts as three keypresses. You have 60 seconds and 100 keypresses on you to get to the exit of each maze. The score that is counted at the end is the sum of remaining seconds and remaining keypresses. At the end of the fifth maze you can your...
- Publisher: Per-Anders Ekstrom
- Date Released: 02-02-2013
- Download Size: 10 KB
- Download
- Platform: Matlab, Scripts
- Snake (the classic Nokia game)
- License: Shareware
- Price:


The Game: Make the snake grow longer by directing it to the food. Extra bonus points are given from hearts, eat them as fast as possible as amount of bonus points decreases with time. Higher level gives more points for the food but will also make it tougher to steer a long snake as speed increaces. Five different mazes as well as play w/o maze are possible. Game Controls: Steer snake using arrow keys. Pause game with 'p' or space. Example: snake % Start Main Snake Interface
- Publisher: Per-Anders Ekstrom
- Date Released: 17-05-2013
- Download Size: 10 KB
- Download
- Platform: Matlab, Scripts