TOP Contributors

  1. MIKROE (2653 codes)
  2. Alcides Ramos (351 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (112 codes)
  5. Chisanga Mumba (90 codes)
  6. S P (73 codes)
  7. dany (71 codes)
  8. MikroBUS.NET Team (35 codes)
  9. NART SCHINACKOW (34 codes)
  10. Armstrong Subero (27 codes)

Most Downloaded

  1. Timer Calculator (136668 times)
  2. FAT32 Library (69910 times)
  3. Network Ethernet Library (55923 times)
  4. USB Device Library (46251 times)
  5. Network WiFi Library (41882 times)
  6. FT800 Library (41129 times)
  7. GSM click (28973 times)
  8. PID Library (26406 times)
  9. mikroSDK (26345 times)
  10. microSD click (25350 times)
Libstock prefers package manager

Package Manager

We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]

< Back
Project

Video Poker Game

Rating:

15

Author: Serge Tremblay

Last Updated: 2012-01-09

Package Version: 1.0.0.1

Category: Gaming and Fun

Downloaded: 1311 times

Not followed.

License: MIT license  

Classical Video Poker Game build for the PIC32MX4 and PIC32MX7 Boards.

Note: The file Cards.rar needs to be uncompressed on the root of an SD card. It contains all the .bmp needed to display the cards.

Edit 2012-01-09 Add a new version for the PIC32MX7 board. Use the older version for PIC32MX4.

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "Video Poker Game" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "Video Poker Game" changes.

Do you want to report abuse regarding "Video Poker Game".

  • Information
  • Comments (5)

Project Blog

Poker Preview

Poker Preview

Preview of the game

View full image

The content of the file Cards.rar needs to be uncompressed on the root directory of an SD card. This file contains all the .bmp files needed to display the cards.

This is not a VisualTFT project. It was made with the TFT Library of the PIC32 compiler. I only used VisualTFT to covert images and to place all the elements on the display.

There are 3 general rules that make me work on this project :

  1. Have fun.
  2. Learn something new.
  3. Improve my programming skills.

Now I'm publishing it in the hope of:

  1. Other peoples have fun.
  2. Someone learn something new from my program.
  3. Encourage everyone to make and publish their project.

ALSO FROM THIS AUTHOR

RGB Led Controller Android version

0

A RGB Led is controlled by an Android phone with bluetooth communication.

[Learn More]

Rotary Encoder using CLC module

0

This is an example code using the CLC (Configurable Logic Cell) module available in newer PIC16F and PIC24F.

[Learn More]

RGB Led Controller Visual TFT version

0

This project show how to use progress bar as slider in Visual TFT. A RGB led is connected to 3 PWM output and display the same color as the Sliders.

[Learn More]