Showing posts with label Link Dump Time. Show all posts
Showing posts with label Link Dump Time. Show all posts

6/19/11

JARL status update ft. Link Dump Time III

Okay, so, long time, no update, let's do a little fix on that. I've been writing a little rant about gaming and my opinions on it, but this is not the time for it, so let's have a little status update on JARL instead, and some interesting links again.
 "
This is what success tastes like
So, JARL. I've been working on the ruleset, and will update it soon to much more complete version. I've also been playing with SDL a little, so it will most certainly be featured on release 0.1 and as such, makes the chances of having tileset much more likely. Also, I've begun to rewrite most of the code, as internal logic was getting way too hard to follow. Now it's much more clear and better designed.

Also: there are now 11 character classes, I may add one more if I have time. 12 races still. Aaaand... Tumblr failed me, and now the original projectblog on Tumblr is inaccessible by me, I can't edit or anything. So, when I gain some inspiration, I'll just put a new one up.

And then, links:
A modeling tutorial series for XNA using Blender. Seems pretty nice, though I haven't much experience in either modeling nor Blender in particular.

Alternative way of making 2D animations using skeletal animations. "A word of warning: while skeletal animation helps solve some problems with memory, loading times, smoothness, it is not a silver bullet."


How to make fewer mistakes at writing code. This oughta interest everyone who does any coding. Read through, it's very interesting read.


A chapter on book called "The Architecture of Open Source Applications", this particular chapter being about The Battle of Wesnoth. Really interesting read. "Our developers attempted to lay the foundations for broadening accessibility right from its earliest iteration. This would have undeniable consequences for all aspect of the programming architecture. Major decisions were made largely with this objective in mind. This chapter will provide an in-depth examination of our program with a focus on the efforts to increase accessibility"


Cliffski is angry that indie seems to mean these days the same as "cheap" and "unpolished". I agree with him, it makes no sense. Valve is basically indie company, you see.


Remember to have secure passwords.


Thomas from Frictional Games takes on the subject "Player - the artist?" and I do agree with him very much. "Consider doing a trek through the woods. Even if several people follow the same route in the same forest, each one will have with very different experiences. Some might take side-tracks, have some unique encounters, do the trekking at a different pace, etc. The possibilities are essentially endless. The person doing the journey shapes his/her experience in a unique way and has a big responsibility in how it all turns out. Still, this is not an artistic endeavor."


That's all for now, enjoy.

3/27/11

Link Dump Time II

So, I decided to start rewriting the whole project because I had designed pretty much everything backwards. Instead of fixing it I decided it would be far more easy to just copy some of the code and write more flexible code. I've laid down some fundamental features that JARL (the project name for the roguelike) will feature.

  • AI-companion(s)
  • 12 playable races and 12-14 playable classes (I gotta settle this down as soon as possible)
  • Multiclassing
  • Skill system with synergies (if you have high skill in Acrobatics, you get a small bonus to Dodge or something like that)
  • Dungeons will be created with different themes (catacombs, dungeons, tunnels, arena, etc)
  • World map
I'm starting the rewrite by rewriting the dungeon generation code. I feel it is too limited at the moment, with only straight tunnels and square rooms having tops 2 doors. What I want is that rooms might have more doors and tunnels might be shaped like T or X or even |----|--|, if you understand what I'm trying to say.

But hey, some links that I've picked up along the way!

File destructor, just when you desperately need more time for your homeworks.

A blog about FOSS-games and development

Automatic CS-paper generator.

Generating random fractal terrain. An interesting read alright.

Want to make a game? This is a must.

Why Getter and Setter are evil.

A nice program to make tilesets.

An interesting read about the way how Crash Bandicoot came to be.

What makes an RPG an RPG? About the same subject I posted last time.

AI programming in Java

Oh hey, it's summertime! Damn, we jumped an hour, and it's 5 am?

2/4/11

Link Dump Time

Nothing fancy going on, so I thought that I might as well dump some of those links that I've stored under "Interesting, read soon"-section of my bookmarks.

http://seanmalstrom.wordpress.com/2009/05/19/treat-paying-customers-better-than-potential-customers/
Treat paying customers better than potential customers. Remember those times when you bought a boxed copy of a video game and it included about 200-page manual, maybe maps and other fancy stuff? What happened to those times, one would think that all this extra stuff would make your purchase feel more worth your money.

http://www.eurogamer.net/articles/2010-11-30-music-to-play-games-by-article
A nice article about video game music.

http://arstechnica.com/gaming/reviews/2011/01/history-of-graphic-adventures.ars
A short history of graphical adventure games. Well worth your time, and nostalgia.

http://gamereader.net/2010/12/07/tyranny-of-the-masses/
What if the data collected from video gamers means that the games will be less complex? An example: in ME2, Soldier was the most played class and was played more than every other class combined. What if some CEO draws conclusions, that because of this, there really isn't need for the other classes?

http://gafferongames.com/
Game Developement articles and tutorials. Well worth your time.

http://www.koonsolo.com/news/dewitters-gameloop/
Interested abot gameloop? Go read.

http://roguebasin.roguelikedevelopment.org/index.php?title=Dungeon-Building_Algorithm
A basic dungeon building algorithm for roguelikes. If you're interested, go read.

http://tutorialblog.org/pixel-art-tutorials/
Pixel Art tutorials. I didn't learn anything, but I'm not really visual artist. Anyway, good tutorials.

And something not so serious:
http://norefuge.net/vgng/vgng.html
Need a name for your video game? Here you go.

http://www.goodfuckingdesignadvice.com/index.php?adviceID=69
Good design advice. Fucking good.