New BBCSDL games website/web page?

Discussions related to graphics (2D and 3D), animation and games programming
David Williams

New BBCSDL games website/web page?

Post by David Williams »

I'm thinking of adding a new section to my website called 'BBCSDL Games', dedicated to games (and perhaps some other software - libraries, etc.) written for the cross-platform version of BBC BASIC. Would anyone reading this be interested in contributing BBCSDL-based games?

Contributions would NOT have to be cross-platform (in other words, there's no requirement that they run on all platforms supported by BBCSDL). For example, perhaps you have written (or wish to write) a game specifically for phones (Android and/or iOS), that's fine with me. Personally, I'm kind of planning on writing a 2D game for Linux (Ubuntu, Mint and Raspbian) desktop-based systems. If it runs under BBCSDL (Windows) as I'm sure it will, then that's a bonus. It would be too awkward to play without a keyboard on, say, a mobile phone phone.

All I would ask, respectfully, is that you write your game(s) to be frame-rate independent (if possible) so that it runs or plays at similar speeds across various systems. Not doing this is a mistake I've made too many times in the past!

Anyway, first I'd like to gauge the level of interest among BBCSDL users as I don't intend to be the only one contributing to this proposed BBCSDL Games web page!

If there's insufficient interest then I might as well knock the idea on the head. :(


David.
--

http://www.proggies.uk/
Repton
Posts: 42
Joined: Tue 22 May 2018, 13:51

Re: New BBCSDL games website/web page?

Post by Repton »

im interested in creating a 'sensible soccar' style game .

https://www.youtube.com/watch?v=rlHg2JM__jc

It would have multi directional scroling . Sprite based players..
BBC SDL seem to provide the necessary features .
Anyone wanting to colaborate.
Happy to release code to comunity,
David Williams

Re: New BBCSDL games website/web page?

Post by David Williams »

Repton wrote: Tue 30 Jul 2019, 13:59 im interested in creating a 'sensible soccar' style game .

https://www.youtube.com/watch?v=rlHg2JM__jc

It would have multi directional scroling . Sprite based players..
BBC SDL seem to provide the necessary features .
Anyone wanting to colaborate.
Happy to release code to comunity,
That looks like quite a challenging project!

I guess you would probably prototype it first based on BASIC's native graphics commands to get the AI and dynamics all properly sorted out before rendering animated sprites and background graphics, etc.

Good luck with it if you choose to proceed.

As for me, my time's already consumed with updating my own programs and other ongoing projects.


David.
--

http://www.proggies.uk
ErnieToshack
Posts: 2
Joined: Fri 18 Oct 2019, 16:00

Re: New BBCSDL games website/web page?

Post by ErnieToshack »

I appreciate your idea. It would be great to have such page about games. It would be a new challenge but will be a great contribution to the whole community.
David Williams

Re: New BBCSDL games website/web page?

Post by David Williams »

'BBCSDL Games' web page launched

http://www.proggies.uk/bbcsdl/index.html

I am very grateful to Richard for putting so much time and energy into porting the original BB4W versions of 'Tyoob' and 'Forces of Darkness' to BBCSDL. For those out there who may be thinking about making a game or demo or something graphical with BBCSDL, the source code for those two games contains a small gold mine of useful information and handy code snippets.

Contributions to the web page (in the form of new games) are welcome.


David.
--
michael
Posts: 43
Joined: Mon 02 Apr 2018, 17:13

Re: New BBCSDL games website/web page?

Post by michael »

I only have 1 completed game called Volatile vases. It was improved in 2019 and is a solo game. I have it on my forum along with other public tools.
I am willing to contribute, although my game may not meet up to standards. I can supply link if you want to assess it.
michael
Posts: 43
Joined: Mon 02 Apr 2018, 17:13

Re: New BBCSDL games website/web page?

Post by michael »

Here is the One Drive link to the files for Volatile Vases 2019:
https://1drv.ms/f/s!AmYwmTjbmULXpj4MvLbHifW90Xuu
michael
Posts: 43
Joined: Mon 02 Apr 2018, 17:13

Re: New BBCSDL games website/web page?

Post by michael »

For some reason I cant edit my previous post. Copy all the files to a writeable USB stick or other writable location and it will be able to generate necessary image files. The code is easy to look over and all the required stuff is there. (I checked after I posted link)
David Williams

Re: New BBCSDL games website/web page?

Post by David Williams »

michael wrote: Mon 18 Nov 2019, 04:56 I only have 1 completed game called Volatile vases. It was improved in 2019 and is a solo game. I have it on my forum along with other public tools.
I am willing to contribute, although my game may not meet up to standards. I can supply link if you want to assess it.
It doesn't run under BBCSDL because, for one thing, it requires the library file COMLIBA.BBC which is currently a BB4W-only library.

I've run it successfully under BB4W, but I have to admit that I haven't got anywhere with it yet. I'm seriously crap at puzzle games. :(


Regards,
David.
--

http://www.proggies.uk/bbcsdl/index.html
michael
Posts: 43
Joined: Mon 02 Apr 2018, 17:13

Re: New BBCSDL games website/web page?

Post by michael »

It doesn't run under BBCSDL because, for one thing, it requires the library file COMLIBA.BBC which is currently a BB4W-only library.

I've run it successfully under BB4W, but I have to admit that I haven't got anywhere with it yet.
I will remove unnecessary stuff from the program. Did you click on the HELP button? It is a bit too old school. I will get rid of unnecessary code and test it on SDL. It was aimed at BBC Basic for Windows. You dont need to play it. ( I dont find much interest in playing it myself, but it is a game, soooo I offered it) . Like I said it may not meet minimal requirements in fun factor..