Asset - Demo HiLo - Card Game [HTML5 Ready][50% OFF]

G

Guest User

Guest
Hi-Lo, or High-Low, is a fairly simple card game. It uses a standard deck of 52 cards, and it has players guess whether a certain card is higher or lower than one showing on the table.

Hilo - Card Game

You can play the game directly on Itch.io .

In this asset I demonstrate how to
  • Shuffle a deck, automatically deal a card and start a game.
  • Allow the player to choose Hi or Lo and evaluate whether the guess is correct or no.
  • Develop a score, streaks, and highscore systems.
  • Give the player 3 attempts to play.
  • Give the player an extra attempt when the cards matches.
  • Many more...

This game is cross platform, it works on all devices including HTML5.

I don't know why but HTML5 does not know the difference between 1 and 0.9 so I created a function (script) for this if you wonder why it is there. it is fairly simple
Code:
/// html5_card_width()
if(os_browser == browser_not_a_browser) { return 1; } else { return 0.9; }

The playing cards created by Monika Ratan

You can use these images for free in your personal and commercial projects, however, reselling of the pack or individual images is not allowed.
You are free to re-distribute this package. Just make sure that this license file is intact.
For more free resources, visit http://superdevresources.com/
- Monika Ratan

The card sounds created by Kenney, Kenney.nl

The other sounds are from freesound.org

HTML5 scaling script by YoYo Games "Scaling For HTML5" blog tutorial - https://www.yoyogames.com/blog/67/scaling-for-html5

Other than the preceding assets are created by BiTrunade.

All the assets are public domain, free for personal and commercial use. Although you may not share, distribute, or give this asset away without prior written permission.

Please write a review if you like the asset and tell me your suggestions for improvement. If you found an error in my code, please contact me.

Check out my other assets!
 
Last edited by a moderator:
G

Guest User

Guest
For a limited time only! Discount will end after the release* of my upcoming asset, Hearts. Make sure you grab it before the discount ends!

* The release will probably be tomorrow so hurry up!

50% off all my assets! Grab 'em!
 
Last edited by a moderator:
G

Guest User

Guest
50% OFF ALL MY CARD GAMES ASSETS!
Learn how to use data structures, build your AI, and improve your overall GameMaker skills with advanced card games assets! http://bit.ly/BTNDMP
 
Top