Programming game contest.!

General discussion for topics related to the FreeBASIC project or its community.
Post Reply
song
Posts: 48
Joined: Jan 24, 2006 8:39

Programming game contest.!

Post by song »

Hello,

I hear that there is a new competition. Moreover, choice of language is up to you:
http://www.syntaxbomb.com/index.php/top ... ml#msg8960

Three winners of the previous competition!
https://www.syntaxbomb.com/index.php/to ... 0.msg8717/

Programming languages:
https://www.syntaxbomb.com/index.php/to ... ml#msg8567

There is a thread "Making FreeBasic appealing to a wider audience" in this FreeBasic sub-forum. Why not program a good game and submit it to this competition? Let the whole world know how excellent FreeBasic is and make FreeBasic appeal to a wider audience. Right?
D.J.Peters
Posts: 8586
Joined: May 28, 2005 3:28
Contact:

Re: Programming game contest.!

Post by D.J.Peters »

Most devices can't view a "retro resolution" of 320x200 pixels with 16 colors in fullscreen to day.
Without a fullsscreen on a HD desktop 320x200 are to small to play or to see the game details.

Joshy
BasicCoder2
Posts: 3906
Joined: Jan 01, 2009 7:03
Location: Australia

Re: Programming game contest.!

Post by BasicCoder2 »

song wrote:There is a thread "Making FreeBasic appealing to a wider audience" in this FreeBasic sub-forum. Why not program a good game and submit it to this competition? Let the whole world know how excellent FreeBasic is and make FreeBasic appeal to a wider audience. Right?
Or it may just show how hard it is to create a game using FreeBASIC compared with languages designed for writing games and thus not appeal to game writers at all.

Apart from an innate graphics library FreeBASIC is a general purpose version of the BASIC language much like C or C++ and became more so over time.

The "Making FreeBasic appealing to a wider audience" topic was a mistake. It will only ever appeal to a narrow interest group.
.
song
Posts: 48
Joined: Jan 24, 2006 8:39

Re: Programming game contest.!

Post by song »

BasicCoder2 wrote:
song wrote:There is a thread "Making FreeBasic appealing to a wider audience" in this FreeBasic sub-forum. Why not program a good game and submit it to this competition? Let the whole world know how excellent FreeBasic is and make FreeBasic appeal to a wider audience. Right?
Or it may just show how hard it is to create a game using FreeBASIC compared with languages designed for writing games and thus not appeal to game writers at all.

.
Hi,

We are not sure how those game writers will think of FreeBasic. Every game writers will have different comments.
song
Posts: 48
Joined: Jan 24, 2006 8:39

Re: Programming game contest.!

Post by song »

D.J.Peters wrote:Most devices can't view a "retro resolution" of 320x200 pixels with 16 colors in fullscreen to day.
Without a fullsscreen on a HD desktop 320x200 are to small to play or to see the game details.

Joshy
I am not sure. However, many SyntaxBomb forum members like the idea of 320x200 resolution. Maybe all the hardware problems can be overcome finally.
angros47
Posts: 2323
Joined: Jun 21, 2005 19:04

Re: Programming game contest.!

Post by angros47 »

D.J.Peters wrote:Most devices can't view a "retro resolution" of 320x200 pixels with 16 colors in fullscreen to day.
Without a fullsscreen on a HD desktop 320x200 are to small to play or to see the game details.
That's why I implemented the zoom feature, in the opengl renderer
Post Reply