Page 1 of 4

Fivewin SlotMachine

PostPosted: Fri Dec 11, 2015 10:57 pm
by Silvio.Falconi
I made this game to entertain my grandson during the coming Christmas holidays

Image


You can download the game at http://www.eoeo.it/downloads/

As soon As I'll publish the source code ,

P.s. thanks to My friend Mastintin for some features

Re: Fivewin SlotMachine

PostPosted: Sat Dec 12, 2015 1:14 am
by devtuxtla
Hi Silvio

wow...

Re: Fivewin SlotMachine

PostPosted: Sat Dec 12, 2015 8:05 am
by Antonio Linares
very nice :-)

Re: Fivewin SlotMachine

PostPosted: Sat Dec 12, 2015 8:12 am
by Silvio.Falconi
thanks Antonio
But I have to improve the animation bitmaps
because I can not create a movement typical of slots
I don't Know How make it ( I tried to converte a javascript source into xharbour)

Re: Fivewin SlotMachine

PostPosted: Sat Dec 12, 2015 9:34 am
by driessen
Very nic. Congrats.

Re: Fivewin SlotMachine

PostPosted: Sat Dec 12, 2015 1:51 pm
by ukoenig
Silvio,

that looks very nice.

Some more options I tested :
1. You can define the HOLDING-TIME of the images and the RUNNING-speed
2. adding a < ZONK > the game will be stoped and the reached values are set to 0 loosing the values
3. 2 players are gambling for POINTS
4. A trial-limit : Points are counted after reaching the limit of trials
5. adding any game-images ( to be loaded from a subdirectory )
6. a DBF to add player-names, points, the selected game-number, game-speed ...
7. save the status of a game
8. Points will be given from the middle-line
... added top-left to bottom-right and top-right to bottom-left
...counting points only for the middle-line takes to long

in case You need any of these calculations, let me know

Silvio
But I have to improve the animation bitmaps
because I can not create a movement typical of slots
I don't Know How make it ( I tried to converte a javascript source into xharbour)


Maybe in the meantime
Changing the IMAGE-HOLDINGTIME and the value of WHEEL-TURNS from the xBrowse animated cells

Code: Select all  Expand view

STATIC FUNCTION NEW_IMAGES()
Local I := 1

FOR I := 1 TO nSvalue[10] // Turns
   NEW_ARRAY()
   SYSREFRESH()
   SYSWAIT(nSvalue[11]) // Delay
NEXT

RETURN NIL
 


Because of all the different options, there is not much space for visual design

A xBrowse-design with animated cells
Two players are gambling against each other

Image

include own images ( transparent or photos )
Background selection
Player database to save everything of a game
Each game can have a differnt background and wheel-speed / holding-time

Gamebreak !!

Image

Image

best regards
Uwe :lol:

Re: Fivewin SlotMachine

PostPosted: Sun Dec 13, 2015 3:00 pm
by Silvio.Falconi
Uwe,
I not use dbf, two player or I must not save the points of game
I not Use Xbrowse to move reels of slot
the problem not is on delay or timer or running speed

the problem is on mechanism of the animation of the images in the vertical of each reels
I tried to converte a java script source code have different functions to create a reel

Re: Fivewin SlotMachine

PostPosted: Sun Dec 13, 2015 3:14 pm
by ukoenig
Sivio,

I think it is a kind of calculation to show a VERTICAL-movement of images
I got some ideas and will test it.
I will let You know about the results.

The additional opttions from above I added, just to have more fun.

best regards
Uwe :D

Re: Fivewin SlotMachine

PostPosted: Sun Dec 13, 2015 4:42 pm
by Silvio.Falconi

Re: Fivewin SlotMachine

PostPosted: Sun Dec 13, 2015 7:57 pm
by MarcoBoschi
:D

Re: Fivewin SlotMachine

PostPosted: Sun Dec 13, 2015 8:22 pm
by byron.hopp
Grand PaPa of the year...

Re: Fivewin SlotMachine

PostPosted: Mon Dec 14, 2015 9:05 am
by Enrico Maria Giordano
It's only a black page for me. :?:

EMG

Re: Fivewin SlotMachine

PostPosted: Mon Dec 14, 2015 10:53 am
by Silvio.Falconi
Enrico,
for the http://www.cartolinefree.eu/santaslot/index.html
it run with html5 (css+javascript) you must upgrade your Browser

Instead for download the machine made with fwh -> http://www.eoeo.it/downloads -> Giochi -> slotmachine

Re: Fivewin SlotMachine

PostPosted: Mon Dec 14, 2015 11:34 am
by Enrico Maria Giordano
Silvio.Falconi wrote:Enrico,
for the http://www.cartolinefree.eu/santa1/index.html
it run with html5 (css+javascript) you must upgrade your Browser


I'm using Microsoft Edge and I've no interest in changing browser, sorry.

EMG

Re: Fivewin SlotMachine

PostPosted: Mon Dec 14, 2015 12:02 pm
by Silvio.Falconi
Enrico also I use Microsoft Edge with windows 10 on a Portable Pc (ASUS ROG G752)