Author Topic: Merry Christmas!  (Read 3524 times)

Offline bigsofty

  • Community Developer
  • Prof. Inline
  • ******
  • Posts: 2795
    • View Profile
Merry Christmas!
« on: 2021-Dec-24 »
 Have a good one guys!  :booze:

Always remember to take the kids to see Santa!  :D



Cheers,

Ian.

“It is practically impossible to teach good programming style to students that have had prior exposure to BASIC.  As potential programmers, they are mentally mutilated beyond hope of regeneration.”
(E. W. Dijkstra)

Offline SnooPI

  • Dr. Type
  • ****
  • Posts: 424
    • View Profile
Re: Merry Christmas!
« Reply #1 on: 2021-Dec-24 »
 :D  :good: 


Offline Qedo

  • Dr. Type
  • ****
  • Posts: 389
  • to program what I have do how should programming?
    • View Profile
Re: Merry Christmas!
« Reply #2 on: 2021-Dec-25 »
CREATESCREEN 0,0,500,25
USESCREEN 0
DRAWRECT 0,0,500,25,RGB(0,0,255)
PRINT "Merry Christmas",0,0,1
USESCREEN -1
CLEARSCREEN RGB(0,0,255)
GLOBAL info$,pos,posx,posy
posx=100+RND(100)
posy=100+RND(100)
REPEAT
   info$ = PLATFORMINFO$("TIME")
   pos = INSTR(info$, "2021-12-25")
   IIF(RND(1), 1, -1)
   posx=posx+RND(15)*IIF(RND(1), 1, -1)
   posy=posy+RND(15)*IIF(RND(1), 1, -1)
   DRAWSPRITE 0,posx,posy
   SLEEP 500
   SHOWSCREEN
UNTIL pos=-1
 :whistle: :booze:
Merry Christmas to you
Qedo

Offline Marmor

  • Community Developer
  • Prof. Inline
  • ******
  • Posts: 936
  • 96A285CC
    • View Profile
    • my youtube channel
Re: Merry Christmas!
« Reply #3 on: 2021-Dec-26 »
Merry X-Mas .  <3

Offline dreamerman

  • Global Moderator
  • Dr. Type
  • *******
  • Posts: 455
    • View Profile
    • my personal website
Re: Merry Christmas!
« Reply #4 on: 2021-Dec-26 »
Merry Christmas and Happy New Year!  :booze:
Let it be better than the last ones.
Check my source code editor for GLBasic - link Update: 20.04.2020

Offline MrPlow

  • Prof. Inline
  • *****
  • Posts: 1826
    • View Profile
Re: Merry Christmas!
« Reply #5 on: 2021-Dec-27 »
Merry Christmas and New Year to you all!!
 =D :booze: :booze: :booze: :booze: :booze:
Comp:
Speccy-48k, Speccy-128k, Amigas, PCs

Offline Marmor

  • Community Developer
  • Prof. Inline
  • ******
  • Posts: 936
  • 96A285CC
    • View Profile
    • my youtube channel
Re: Merry Christmas!
« Reply #6 on: 2021-Dec-29 »
boring  xmas

Offline Kitty Hello

  • code monkey
  • Administrator
  • Prof. Inline
  • *******
  • Posts: 10859
  • here on my island the sea says 'hello'
    • View Profile
    • http://www.glbasic.com
Re: Merry Christmas!
« Reply #7 on: 2022-Jan-04 »
And happy new year to all of you.

Offline Qedo

  • Dr. Type
  • ****
  • Posts: 389
  • to program what I have do how should programming?
    • View Profile
Re: Merry Christmas!
« Reply #8 on: 2022-Jan-04 »
happy New Year
Qedo

Offline spacefractal

  • Community Developer
  • Prof. Inline
  • ******
  • Posts: 4078
    • View Profile
    • Space Fractal
Re: Merry Christmas!
« Reply #9 on: 2022-Jan-05 »
happy late year. im still lying around here, still im  night not login all the time. hihi. Anyway im hope that Tyvarian 2 game is soon finished, so im can get that game out of door, hihi. Just did a OST out of the game today, seens to done much more tunes than T1 (which was quite simple). hihi. Game still not released. still some bits require works.
Genius.Greedy Mouse - Karma Miwa - Spot Race - CatchOut - PowerUp Elevation and The beagle Jam.

Offline bigsofty

  • Community Developer
  • Prof. Inline
  • ******
  • Posts: 2795
    • View Profile
Re: Merry Christmas!
« Reply #10 on: 2022-Jan-05 »
Happy new year all!   :booze:
Cheers,

Ian.

“It is practically impossible to teach good programming style to students that have had prior exposure to BASIC.  As potential programmers, they are mentally mutilated beyond hope of regeneration.”
(E. W. Dijkstra)

Offline erico

  • Community Developer
  • Prof. Inline
  • ******
  • Posts: 4453
    • View Profile
    • FUED
Re: Merry Christmas!
« Reply #11 on: 2022-Jan-07 »
A bit late but happy everything to us all :)

Offline Youkaisan

  • Community Developer
  • Mr. Drawsprite
  • ******
  • Posts: 68
    • View Profile
Re: Merry Christmas!
« Reply #12 on: 2022-Jan-27 »
Or, happy Chinese New Year (Tiger Year this time).

Offline bigsofty

  • Community Developer
  • Prof. Inline
  • ******
  • Posts: 2795
    • View Profile
Re: Merry Christmas!
« Reply #13 on: 2022-Jan-28 »
And to you Youkaisan!   =D
Cheers,

Ian.

“It is practically impossible to teach good programming style to students that have had prior exposure to BASIC.  As potential programmers, they are mentally mutilated beyond hope of regeneration.”
(E. W. Dijkstra)