All Questions
Tagged with text-based databases
2 questions
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 ...
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, ...