BBC BASIC for Windows
« Suggestion: Role playing game »

Welcome Guest. Please Login or Register.
Apr 5th, 2018, 9:49pm



ATTENTION MEMBERS: Conforums will be closing it doors and discontinuing its service on April 15, 2018.
Ad-Free has been deactivated. Outstanding Ad-Free credits will be reimbursed to respective payment methods.

If you require a dump of the post on your message board, please come to the support board and request it.


Thank you Conforums members.

BBC BASIC for Windows Resources
Online BBC BASIC for Windows documentation
BBC BASIC for Windows Beginners' Tutorial
BBC BASIC Home Page
BBC BASIC on Rosetta Code
BBC BASIC discussion group
BBC BASIC for Windows Programmers' Reference

« Previous Topic | Next Topic »
Pages: 1  Notify Send Topic Print
 thread  Author  Topic: Suggestion: Role playing game  (Read 482 times)
michael
Senior Member
ImageImageImageImage


member is offline

Avatar




PM


Posts: 335
xx Suggestion: Role playing game
« Thread started on: Aug 19th, 2017, 04:53am »

I think many people would like to create a role playing game. I think it always works better if you work in a team to contribute to shared tools. I have sensed a need for that ever since I joined this forum and learned BBC Basic. Is there anyone who would like to brainstorm and work on Role Playing game tools?

I offer the a project that is Open Source and Free software. If anyone wants to be a part of something like this make their thoughts known.
User IP Logged

I like making program generators and like reinventing the wheel
DDRM
Administrator
ImageImageImageImageImage


member is offline

Avatar




PM

Gender: Male
Posts: 321
xx Re: Suggestion: Role playing game
« Reply #1 on: Aug 21st, 2017, 08:19am »

Hi Michael,

Yes, I'm potentially interested. To make such things work as a collaborative venture (indeed, probably to make a toolkit useful at all), people will probably need to define a core format - for example, how the map/venues are encoded, how text/objects/opponents are linked to particular venues/players, how player status/inventory is stored.

An obvious possible choice for a map is probably a 2D or 3D array - perhaps containing strings defining what each area is like? Alternatively, it could be an array of structures: then the structures could contain elements to define the area/contents, or pointers to them.

I've done some work on the past in D3D rendering, to generate, render and explore a (2D) maze which might be useful, and David Williams has/had a Wolfenstein-type demo, which does something similar. Either might provide the basis of a suitable rendering engine? Or maybe Ric would be interested in amending/developing his 3D rendering routines in this direction?

Of course, many other things would need to be decided, such as how the narrative is encoded, if you want one, how the player would interact, etc - again, conventions would make it easier for collaborators to handle different situations.

Best wishes,

D
User IP Logged

Pages: 1  Notify Send Topic Print
« Previous Topic | Next Topic »

| |

This forum powered for FREE by Conforums ©
Terms of Service | Privacy Policy | Conforums Support | Parental Controls