Hackerman's Hacking Tutorials

The knowledge of anything, since all things have causes, is not acquired or complete unless it is known by its causes. - Avicenna

Sep 21, 2014 - 1 minute read - Comments - Malware Adventure

Malware Adventure

Update 28 Oct 2017:\ I have moved most of my code under one repository. Malware adventure is copied at two places:

A fork of PAWS is here:


I finally caved in and started to push some of my code to github bitbucket. It is located at https://bitbucket.org/parsiya and is almost empty ;).

This is Malware Adventure. It's a small adventure game I wrote using PAWS. PAWS is Pyhton Adventure Writing System by Roger Plowman. Get it from http://home.fuse.net/wolfonenet/PAWS.htm. It's great.

The game itself is a Python program. You define objects which can be be rooms, items etc. You can read more about it in the readme file at https://bitbucket.org/parsiya/MalwareAdventure.

PS: Yes, I should be working on the Flare-On challenge writeup. It needs more time because I am not only documenting my solution but what other stuff I did. I think failed attempts are as important as the solution in challenge writeups.

PPS: Changed links to bitbucket as I stopped using github.