Author Topic: Ouija board  (Read 4046 times)

0 Members and 1 Guest are viewing this topic.

This topic contains a post which is marked as Best Answer. Press here if you would like to see it.

Offline SquirrelMonkey

  • Newbie
  • Posts: 29
  • Youtuber and GIPHY artist
    • View Profile
    • Joluijten.com
Ouija board
« on: December 21, 2020, 02:14:26 pm »
I made this for a Halloween video. After using it the drawers in the kitchen opened. It demonstrates the power of QB64.

Code: QB64: [Select]
  1. SCREEN _NEWIMAGE(320, 200, 32)
  2. b& = _LOADIMAGE("board.gif", 32)
  3. c& = _LOADIMAGE("cursor.gif", 32)
  4. _CLEARCOLOR _RGB32(255, 255, 255), c&
  5.         x = _MOUSEX - 50
  6.         y = _MOUSEY - 50
  7.         _PUTIMAGE (0, 0), b&
  8.         _PUTIMAGE (x, y), c&
  9.         IF INKEY$ <> "" THEN END
  10.     LOOP
  11.  

* ouija.bas (Filesize: 0.35 KB, Downloads: 153)

* cursor.gif (Filesize: 1.34 KB, Dimensions: 68x87, Views: 332)
board.GIF
* board.GIF (Filesize: 8.74 KB, Dimensions: 320x200, Views: 171)
ouijaboard.png
* ouijaboard.png (Filesize: 210.19 KB, Dimensions: 2560x1440, Views: 169)

FellippeHeitor

  • Guest
Re: Ouija board
« Reply #1 on: December 21, 2020, 03:03:42 pm »
The Halloween video was really funny. Setag Llib is the man!

Cool to see the source!

Offline bplus

  • Global Moderator
  • Forum Resident
  • Posts: 8053
  • b = b + ...
    • View Profile
Re: Ouija board
« Reply #2 on: December 21, 2020, 03:26:45 pm »
Oh boy! I've got an idea for this ;-))

Offline SquirrelMonkey

  • Newbie
  • Posts: 29
  • Youtuber and GIPHY artist
    • View Profile
    • Joluijten.com
Re: Ouija board
« Reply #3 on: December 21, 2020, 03:53:37 pm »

Marked as best answer by SquirrelMonkey on December 22, 2020, 10:36:20 am

Offline bplus

  • Global Moderator
  • Forum Resident
  • Posts: 8053
  • b = b + ...
    • View Profile
Re: Ouija board
« Reply #4 on: December 22, 2020, 12:19:19 pm »
I ran a Question by the Ouiji and here is the answer:
* Bplus mod of SquirrelMonkey's Ouijiboard.zip (Filesize: 115.94 KB, Downloads: 160)
« Last Edit: December 22, 2020, 12:41:19 pm by bplus »

Offline SquirrelMonkey

  • Newbie
  • Posts: 29
  • Youtuber and GIPHY artist
    • View Profile
    • Joluijten.com
Re: Ouija board
« Reply #5 on: December 22, 2020, 03:36:29 pm »
Hahaha!

FellippeHeitor

  • Guest
Re: Ouija board
« Reply #6 on: December 22, 2020, 04:09:23 pm »
Lol, good mod

Offline bplus

  • Global Moderator
  • Forum Resident
  • Posts: 8053
  • b = b + ...
    • View Profile
Re: Ouija board
« Reply #7 on: December 23, 2020, 11:56:10 am »
Ah glad you guys liked it!

I was sitting eating my dinner last night and suddenly realized it's not a palindrome. What do you call words or phrase read forwards means one thing and in reverse means another thing and if they are related all the better?

Ha! reminds me of a Beatles album.
« Last Edit: December 23, 2020, 12:00:25 pm by bplus »

Offline SquirrelMonkey

  • Newbie
  • Posts: 29
  • Youtuber and GIPHY artist
    • View Profile
    • Joluijten.com
Re: Ouija board
« Reply #8 on: December 23, 2020, 12:41:43 pm »
Ah glad you guys liked it!

I was sitting eating my dinner last night and suddenly realized it's not a palindrome. What do you call words or phrase read forwards means one thing and in reverse means another thing and if they are related all the better?

Ha! reminds me of a Beatles album.

There is a term for it. People call it an "emordnilap" (palindrome backwards).
https://examples.yourdictionary.com/what-does-emordnilap-mean.html

Offline bplus

  • Global Moderator
  • Forum Resident
  • Posts: 8053
  • b = b + ...
    • View Profile
Re: Ouija board
« Reply #9 on: December 23, 2020, 05:21:21 pm »
There is a term for it. People call it an "emordnilap" (palindrome backwards).
https://examples.yourdictionary.com/what-does-emordnilap-mean.html

Thanks, I guess I was not so far off, just had it backwards ;-))

And I see 2 more words from link: levidromes and anadromes, knew there had to be a word for it, didn't know there were 3! I definitely like palindromes backwards the best.