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 (136638 times)
  2. FAT32 Library (69847 times)
  3. Network Ethernet Library (55897 times)
  4. USB Device Library (46231 times)
  5. Network WiFi Library (41868 times)
  6. FT800 Library (41091 times)
  7. GSM click (28947 times)
  8. PID Library (26402 times)
  9. mikroSDK (26320 times)
  10. microSD click (25329 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
Visual TFT/GLCD Project

Sudoku game on mikromedia Plus

Rating:

0

Author: Testing Engineer

Last Updated: 2016-02-18

Package Version: 1.0.0.0

Category: Gaming and Fun

Downloaded: 497 times

Followed by: 1 user

License: MIT license  

This is a standard Sudoku game created for mikromedia Plus for PIC32MX7.
Since code is not architecture dependant project can be easily generated for other mikromedia Plus boards from mikroE.

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "Sudoku game on mikromedia Plus" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "Sudoku game on mikromedia Plus" changes.

Do you want to report abuse regarding "Sudoku game on mikromedia Plus".

  • Information
  • Comments (0)
DOWNLOAD LINK RELATED COMPILER CONTAINS
mikroC PRO for PIC32
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

Visual TFT/GLCD Project Blog

This is a standard Sudoku game created for mikromedia Plus for PIC32MX7.
Since code is not architecture dependant project can be easily generated for other mikromedia Plus boards from mikroE.

After starting New Game, first click on the number you want to add to sudoku grid, then click on the specific cell.

Clear button clears all the inputs from the start of the game.

Check button verifies if inputs have been correct, cells will be painted green if correct, red if otherwise.

Game can be paused (timer also stops) and resumed.

Game keeps track of the fastest time that sudoku was completed.

RELATED CODES

Snowburst Game

0

Tap to the screen to melt the falling snowflakes before you get snowed in. If you miss a snow flake the snowbank gets higher. Every 500 points the snowbank starts to melt a bit. You can play with two fingers but be sure to tap only one snowflake at a time. If you tap the status bar at the bottom of the screen you can mute the background music.

[Learn More]

7 Segment Cricket with PIC10F200 and 74HC595

0

Cricket is a very popular game in Commonwealth countries. This device is a simple cricket game emulator. It is based on a PIC10F200, 74HC595 and a tiny seven segment. There a button which users must press. This generates a random number which corresponds to runs, wickets, etc. The code is written with CCS PIC C compiler.

[Learn More]

LED Dice

5

Hardware used: LED's & Keypad. --- Instructions: Press key 1 on the keypad and the LED's mimic a dice face. Uses C_stdlib rand function to (psuedo) randomise the dice. This is my very first project so please feel free to comment constructively and suggest improvements. This is also the first time I have used C.

[Learn More]