d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Iso Very Simple Rpg-type Game
Add Reply New Topic New Poll
Member
Posts: 6,036
Joined: Nov 15 2012
Gold: 130.00
Jun 11 2013 11:22pm
Looking for an complete example of a Text-based game.

Just needs like... 1 type of monster and a character.
- No leveling up, just a standard attacking and an int that keeps track of health or something like that.
- No inventory or items classes
- Doesn't need a very advance layout, but something that uses the grid from GridWorld would be enough.

Just seeing if anyone has a text-based game I can see as an example.

If it works on Netbeans, that'd be great.
------------------------------------------------------------------------------------------------------------------------------
Or if it isn't text-based, it could have a JFrame/Panel that contains buttons for the player to click to control the character.

Basically the game would use:
- a form of grid like in GridWorld (College Board AP Case Study).
- a monster class
- a person class
- and a GUI (Besides the Grid) that has either a place to enter text for controls, or JButtons to control the character.

PM me or post, If this takes a long time to code, then I'll pay a bit of fg for your troubles.
Thanks!
Member
Posts: 32,925
Joined: Jul 23 2006
Gold: 3,804.50
Member
Posts: 3,193
Joined: Apr 28 2010
Gold: 242.05
Jun 12 2013 04:11am
nm

This post was edited by Naiva on Jun 12 2013 04:12am
Member
Posts: 53
Joined: Jun 24 2013
Gold: 0.00
Jun 25 2013 12:09am
23
Member
Posts: 2,757
Joined: Nov 26 2007
Gold: 1,214.81
Jun 25 2013 07:51am
What the hell is GridWorld? And do you need to use it?
Member
Posts: 4,105
Joined: Jun 3 2013
Gold: 56.48
Aug 9 2013 04:25pm
Quote (labatymo @ Jun 25 2013 04:51pm)
What the hell is GridWorld? And do you need to use it?


GridWorld is a computer program case study written in Java for use with the AP Computer Science program. It serves as an example of object-oriented programming (OOP).
Member
Posts: 26,456
Joined: Aug 3 2011
Gold: 21,936.00
Aug 14 2013 10:13pm
http://crawl.develz.org/wordpress/
This is exactly what you are looking for my friend :)
Member
Posts: 167
Joined: Oct 9 2012
Gold: 2.00
Aug 28 2013 10:37am
you need someone to code you a basic game outline?
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll