Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
41 votes
9 answers
16k views

Why is it bad to hard-code content?

I know most games store dialogue text in files, but I've also seen a few text-based games actually program the content (map, choices, possible player commands, story text) into the game code. I can ...
user50286's user avatar
  • 509
4 votes
3 answers
3k views

Passive skills and items

I'm making a small text browser RPG game using PHP, MySQL and Java Script (and jQuery). All the items are saved in the MySQL database. Every now and then a character have to make a skill roll (Talk, ...
Ziik's user avatar
  • 143