Hello to every one who enjoy to play shortly on cute gamesYes it's still true that with
FreeBASIC @
http://www.freebasic.net, it is quick and easy to design
Cute Short GameIt's time for this project to grow a little bit.Then after 18 months of existance it's time for change.
---------------------------------------------
Firstly I'm happy to announce, that
Cute Short Game project (
CSGP) has a brand new web site... powered by
phpBB, with a customized CSGP style (Hope that please you)..
Until now there is only 4 forums :- News : you're currently watching one of these !, registered users can post comments.
- Game Opus : All CSGP creation, everybody(even guest) can post comments
- Fun Code : Usefull or useless code made in freeBASIC or QBASIC or BASIC or ..., everybody(even guest) can post comments
- So You said ...: a place where people can freely speak about their cute attitude
( guest can post topic)
Game Opus list is:NB: "
Game Opus" already contains the original posts imported from
CSGP topics of FreeBASIC official forum... FB forum pseudonym pal's name are prefixed with "(FB)"
---------------------------------------------
Secondly, the CSGP rules has been changed a little bit.
Here follow what CSGP accept now :- OpenGL : it's now a commodity to have OpenGL enabled under Windows and Linux. No particular FB requirement.
- Sound library: there is no native sound library for FB, so the use of one Cross Platform sound library can be used.
- Any gfx resolution : freedom to choose the resolution.
So now the whole less utopic CSGP constrainsts are:- All in 1 FreeBASIC source file - one .BAS file that contains code + resource
- No extra library dependency. only native FB llibs except for sound library
- Linux, Windows and DOS compatible. no OS specific API calls, except the useless OpenGL under DOS
- no ASM / INP / OUT platform specific usage. no low level access
- .BAS file as short as possible . Comments are not counted
. but the idea is to have small executable - As small as possible footprint memory usage. never waste memory
Here begin a second step in the CSGP life...
Enjoy !