Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - v4nz666

Pages: [1]
1
7DRLs / Re: Pirates of Rogue Basin - SUCCESS
« on: March 14, 2017, 12:03:55 PM »
After a harrowing week of little sleep and much code writing, This game was a success. I'm very pleased with the outcome! I had a few "Am I gonna be able to finish this?" moments, but in the end, managed to get a game together that is beyond the scope I'd originally planned (at least in some ways... a few minor mechanics got scrapped, in favour of fleshing out the others that made the cut).

The Game can be found on github at https://github.com/v4nz666/7drl2017/releases.

For windows users, you can just download the standalone zip (https://github.com/v4nz666/7drl2017/releases/download/v1.0/Pirates.of.Rogue.Basin.zip) which should encompass all of the dependencies. For anyone wanting/needing to play from source, you will need Python 2.7 32bit, pygame, and python's requests package. For more detailed installation instructions, see https://github.com/v4nz666/7drl2017/wiki

Enjoy! :)

2
7DRLs / Pirates of Rogue Basin
« on: March 03, 2017, 07:23:50 PM »
You're a young sea captain, looking to make a name for yourself. With a Letter of Marque from the king, and a pocket full of gold, set out to rid the Basin of the pirate threat.

3
7DRLs / Re: MineClimbeR(L) - 2015 7dRL - SUCCESS
« on: March 19, 2015, 12:56:50 AM »
I've got a windows executable created, though I've not yet been able to craft up a *Nix standalone. I reckon anyone using Linux, or otherwise would be able to get python and pygame installed. I'd like to get it working, but it seems pygame and any of the python packaging tools don't play very well together. I'll keep trying, as I'm a Linux user, and have no interest in neglecting that part of the community.

For now, find the windows executable at

http://putmax.com/files/zWLQx2eM/MineClimbeR.zip

should be a simple unzip and run main.exe to get going.

md5sum for the archive is

$ md5sum MineClimbeR.zip
dc0821843839201ccff43ab54ba4c851  MineClimbeR.zip

4
7DRLs / Re: MineClimbeR(L) - 2015 7dRL - SUCCESS
« on: March 16, 2015, 01:44:39 PM »
Thanks, Avagart. Glad you enjoyed the game, even if you found it a bit frustrating. It _is_ a roguelike, after all ;) Not sure how many times I've dies playing NetHack, but it's an aweful lot :)

I'll be working towards executables tonight. I had hoped to get them in before the competition was finished, but alas, bug fixing and features were higher on my list of priorities.

Unfortunately, it's back to Real Life today, so I'll be able to devote a bit less time. Hopefully the executables don't prove to be too tricky.

cheers, mate, and thanks for checking out the game!

5
7DRLs / MineClimbeR(L) - 2015 7dRL - SUCCESS
« on: March 16, 2015, 01:44:22 AM »
This was my first year competing in the 7drl challenge, and I had a great time.

I've created a short gameplay video, and it's available on youtube at http://www.youtu.be/3P-XVMXWc8Y.

Also, check out my dev blog (of sorts, more of a post mortem, really) on github at https://github.com/v4nz666/MineClimbeR-L-/wiki

I would love to hear what people think! :)

cheers,
v4nz666

Pages: [1]