JensRoesner.com   photography, engineering, tomfoolery

My Games and Levels


GameInfoPlay
PentrisBlock stacking
with mirroring
Hextris
Polytris
PentruzzleBlock puzzle
PuzzlePusher8-puzzle
SetItPattern puzzle
Rally Spaceway [stable Alpha]8bit inspired


Intro Levels Links

top

Introduction

When my dad bought a Commodore 64 in the late 1980s, I didn't do a lot of programming to be honest, but I still believe the C64 was an important point for my programming future. I did write a few multiplication-table games and managed to do some sprites I could move around on the screen and detect collisions. Not really anything that would count as a game... Then in the mid 90s we had a school course on programming, mostly with TurboPascal and I wrote my first game for MS-DOS - Pentris. Then the internet took off and I first wrote some simple webpages and later a couple of simple javascript games.
Then I started to code for university and after that for work and kept myself busy with Matlab/Scilab scripts for photography and websites using Javascript, PHP and MySQL, but didn't do any games.
That changed when I ported Pentris to HTML5 with Robert Eisele's help in 2017, see below. That motivated me to revisit some of those earlier games and make them accessibe for mobile phones and PCs. So my old 8-puzzle game got reborn in 2018 as PuzzlePusher and in 2019 I released a solitaire version of SetIt based on my unpublished Javascript version of the card game. In the meantime I am working on releasing my Javascript game engine for games inspired by some of my favourite C64 classics.


top

[2017, 2019] Pentris, Hextris, Polytris

Because there are not
enough block-stacking games!


Pentris 2017 [PC]
1995 remastered
 
Hextris [PC]
Evil, evil blocks!
 
Polytris [PC]
blocks with one to six squares
all mixed up.
 
Classic Pentris [PC]
original gameplay: basic random function,
no downwards key, linear speed increase
 

 
Pentruzzle [PC/Mobile]
2019 Penta/Hexa/Poly Puzzle variant
 

 
1995/2006 Pentris, Hextris, Pentomino executables [MS DOS/DOSbox]
Download zip  
 
 

It all started in 1995 when in our programming class at school we programmed a Turbo Pascal version of the boardgame "Pentomino", a puzzle game similar to Tangram, but using playing pieces that consist of five (greek: penta) squares, connected via their edges, called pentominoes. Our teacher provided us with some object-oriented functions to move, rotate and mirror the twelve possible pentominos, the rest was upon us. Their similarity to the tetrominoes used in Tetris(tm) sparked my creativity and so, after having finished the boardgame simulation, I worked on my own game, a Tetris clone with a twist: Mirroring! I remember it took me a lot of work, it was by far the most ambitious programming I had done until that point.

I learned a lot in the process and enjoyed playing it, as did my friends. The added mirroring function transformed the game to something very different that stayed fascinating after many games. As the years went by, computers got faster and the Turbo Pascal game was running too fast in Windows' DOS mode. In 2006, I managed to use my old DOS copy of Turbo Pascal to change the timing and use the game for a few more years. Then, with modern Windows, the old DOS executable no longer worked.

So I didn't play for years - until I thought "Hey, I wonder if there is a DOS emulator for PC?" and googled it. Of course there is: DOSBox!
For several months, I enjoyed playing Pentris in DOSBox, but I wanted a more accessible version, something that other people could experience easily. So after some more googling, I found the excellent HTML5 Tetris by Robert Eisele.
Pentris and the other HTML5 variants you see above would not have been possible without his work, but there was still enough headache involved in modifying the game to what you see on this page. Thank you to all of my friends who have helped me test this.


I hope you will enjoy playing Pentris, Hextris and Polytris! Maybe there will be a modern version of Pentomino: different Pentomino puzzles


top

[2018] PuzzlePusher

Come on and push me to the limit
Don't you ever stop
Play my game, you're gonna win it
Take me to the sky!
(Celvin Rotane, 1996)


PuzzlePusher [PC/Mobile]


Originally a very simple 8-puzzle version in the late 90s, it now has multiple images with varying difficulty, different degrees of shuffling, keyboard, mouse and touch support and a number of other helpful features. Great if you have a few minutes to waste and want to train your 2D pattern recognition. Slide Puzzles like this are used in Computer Science to teach algorithms for optimisation and artificial intelligence.


top

[2019] SetIt!

SetIt [PC/Mobile]


The card game Set is a fast game of pattern recognition. 81 cards have symbols printed on them. These have four features: Number, colour, shape, shading. A "set" is any combination of three cards where each feature is either identical or different for the three cards. We played this game a lot around the year 2000 and because practice makes perfect, I came up with a very basic one-person simulation to practise.
I brought this back as a fast-paced solitaire (or team) puzzle game in 2019, it's nothing like the original, but some of the original code is still there!


top

[2019] Rallye Spaceway

Rally Spaceway [PC/Mobile]
Playable Alpha (might be unstable)


Rally Spaceway [review][video] is a a top-down racing game and was one of the most fun games on the C64 (and Atari). I took inspiration from that and moved it into space. Early on in the development, I realised that by adding some physics variables, I was able to create other game styles - specifically a Lunar Lander mode and a Skramble mode. My plan is to make as much of it playable on a mobile device, but this is a challenge, because the user interface is so different. You can experience the game while I am developing it!


top

My levels for Doom II

Jumping Jack Flash [2000] download zip
DM/Duel map, needs jump-enabled source-port, ZDoom tested
 


 
Shot'o'Rama [2000&2017] download zip
Singleplayer map, needs modern-ish sourceport, GZDoom tested
 


Love it or hate it, Doom is one of the most seminal video games ever made. Besides playing the game, creating maps for Doom is a fun exercise. Its "2.5D" world means it is three dimensional, but every x-y coordinate can only have one z-level, unless you circumvent the game's restrictions. Despite this rather big restriction by modern standards, it allows map designers to create intricate detailed worlds that can be claustrophobically narrow or breathtakingly wide. Map design has come a long way since the mid 90s and I cannot claim that any of my maps are special (not even by 1999's standard), but it does feel special that anybody can use a map editor and the game will render these virtual worlds for you.
I created and released one map in 2000 using the DCK3.62 editor and in 2017 finished a second map which I had started in 1999, using GZDoomBuilder. (Thank you Loveless_TV and the twitch community for your support!) The advancements in editing are phenomenal - I am happy that I got to experience the DCK (Doom Construction Kit) process, but the variants of DoomBuilder available today make the entry hurdles so much easier - if you are at all interested, give it a go.


top

Links

Have any ideas for browser-based javascript games? Let me know!

Here are some of my favourites:

Boulder Dash →
My first game addiction and still one of my absolute favourite games with a basically perfect re-edition.

Survivor →
Perfect rendition of the classic C64 game.

Moonlander →
An almost perfect modern lunar lander, automatic zooming is a help when landing but annoying or deadly when flying past terrain features.

Biolab →
Platform side scroller. Stunning graphics and sound, with its own game engine and level editor, but the user interface takes some getting used to. Zoom the page to have a larger playing field.

Dark Blue →
Part tutorial, part jump'n'run

Pixel War 2 →
Simple but addictive vertical arcade-style shoot'em'up.

old versions
index-bkp.html
index.nohexa.html
index.bkp1.html
index_worksonIOS.html