Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - gaslouk

Pages: [1] 2
1
QB64 Discussion / Re: QB64 10-Liner programs or games
« on: March 21, 2022, 11:54:41 am »
Code: QB64: [Select]
  1. CONST sh = 800, sw = 600
  2. DIM SHARED AS LONG mx, my, done, lim
  3. SCREEN _NEWIMAGE(sw, sh, 32)
  4.     CLS
  5.     mx = _MOUSEX: my = _MOUSEY
  6.     k$ = INKEY$
  7.     _DISPLAY
  8.     '    _LIMIT lim
  9. LOOP UNTIL done
  10.  
  11.  
  12.  

2
QB64 Discussion / Re: You learn something new every decade...
« on: December 18, 2020, 01:25:34 am »
  [ You are not allowed to view this attachment ]    [ You are not allowed to view this attachment ]    [ You are not allowed to view this attachment ]    [ You are not allowed to view this attachment ]  

3
InForm-based programs / Re: QB64 Mahjong
« on: July 03, 2020, 07:17:01 am »
Upload new .frm file
In my PC i must put all envelope path to run the program inside QB64 catalog.

4
InForm-based programs / Re: QB64 Mahjong
« on: July 03, 2020, 06:25:22 am »
If there are new controls, they must be updated in the .bas file.
"dim shared something.bt or somethiong.lb" or anything else new.

5
Programs / Re: Tic Tac Toe Rings
« on: May 27, 2020, 03:35:04 pm »
You welcome Fellippe.

6
Programs / Re: Tic Tac Toe Rings
« on: May 27, 2020, 03:18:30 pm »
somewhere THERE IS A WRONG FELLIPPE !!!

7
Programs / Re: Tic Tac Toe Rings
« on: May 27, 2020, 06:51:57 am »
Do you have a Happy Summer for All.
I see you the next winner now.

8
Programs / Re: Tic Tac Toe Rings
« on: May 27, 2020, 06:50:22 am »
You Catch me Fellippe

9
Programs / Re: Tic Tac Toe Rings
« on: May 27, 2020, 06:24:17 am »
To easy

10
InForm Discussion / Re: Several Forms
« on: May 15, 2020, 09:45:11 am »
Hi guys.

Surely there will be other commands like the Chain that are still unknown to us.

Good afternoon from Greece.

11
Programs / Re: QuadDraw - Odd little drawing program.
« on: April 12, 2020, 10:54:35 pm »
It's very good dav, I like it. :)

12
Programs / Re: Otrio Board Game in QB64
« on: April 12, 2020, 03:15:30 am »
Please, I'm happy if I helped make your game better. If I think of something else I will let you know.
Have a great day.

Postscript I do not know the game and therefore its rules.
Thank you for your time

Gaslouk.

13
Programs / Re: Otrio Board Game in QB64
« on: April 12, 2020, 01:25:06 am »
And that.
4 in 5 there is not winer

14
Programs / Re: Otrio Board Game in QB64
« on: April 12, 2020, 01:23:19 am »
He could count scores in different ways.
1. Three concentric circles of 5 points
2. 3 circles in a row of different diameter (small medium to large) 4 points
3. 3 circles in a row of random diameter (two small and one large or two medium and one small or three large or medium or small) 3 points
Etc. etc.
And when the choice is for two players they have to choose 1 or 2 colors for each player, the same and Vs C O M P U T E R.

15
Programs / Re: Otrio Board Game in QB64
« on: April 12, 2020, 12:59:30 am »
Good morning from Greece.
This is a great idea that might really help in this forum.
I changed the code a bit so that someone can play with the computer but I don't know many things, that's why it's half. I can send it to you in your email to correct it and upload it again.

Gaslouk.

Pages: [1] 2