Problem I’m in the process of writing a text-based RPG in Java using object-oriented programming. I’m fairly new to programming […]
Tag: role-playing-game
Item class/system for RPG/DND type game
Problem Thanks for the enormous response on my last question! I’ve returned with another question, hoping for more insight. I’m […]
Player class for RPG/DND type game
Problem I am recreating a game that I used to play on the Nintendo DSI, ‘Dragon Quest IX’. I’ve made […]
Console-based game in Java to demonstrate Solid principles and abstractions
Problem I’ve written a console-based demo while learning about the Solid principles. Along the way, I’ve become exceedingly paranoid about […]
First drafts of Ultima-like adventure code
Problem A friend and I watched most of the thenewboston syntax videos for Python 3 and spent 2 hours attempting […]
JSON extraction
Problem Given the code below, is there a better way to essentially create different native objects without changing the native […]
Communication between two classes in ruby
Problem I cannot understand how I can make two classes work together by passing variables between them. During the last […]
JavaScript text-based RPG
Problem I’m making a text-based RPG in JavaScript. It works but I’d like to know how to improve it, like […]
RPG for a school project
Problem I’m trying to make an RPG game and I would like to make the code a lot shorter. This […]
Field class as a basis for a role playing game
Problem My programs that I have written so far included only a few lines of source code. When I tried […]