Jump to content

Search the Community

Showing results for tags 'sudoku'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • HTML5 Game Coding
    • News
    • Game Showcase
    • Facebook Instant Games
    • Web Gaming Standards
    • Coding and Game Design
    • Paid Promotion (Buy Banner)
  • Frameworks
    • Pixi.js
    • Phaser 3
    • Phaser 2
    • Babylon.js
    • Panda 2
    • melonJS
    • Haxe JS
    • Kiwi.js
  • General
    • General Talk
    • GameMonetize
  • Business
    • Collaborations (un-paid)
    • Jobs (Hiring and Freelance)
    • Services Offered
    • Marketplace (Sell Apps, Websites, Games)

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Twitter


Skype


Location


Interests

Found 8 results

  1. Hello Everyone! I would like to introduce our new online HTML5 game called Sudoku Styles!! Here is the link: https://www.atksolutions.com/games/sudoku.html In addition to Classic Sudoku, this game also has 9 additional designed variations which works around the concept of constraints. A constraint is a group of boxes where each number in that box must be unique. Lets take a classic Sudoku puzzle rules for example: There are 27 constraints in a Sudoku and each constraint contains 9 cells: 9 large box, 9 rows and 9 columns. Each constraint can only contain the #'s 1 to 9 and there must be no duplicates within a constraint. Using this concept, many other variations are designed. Several of the other variations are: - Sudoku X - Sudoku plus 2 extra diagonal constraints forming an X - Extra Box Sudoku - Sudoku plus 4 extra boxes as constraints (Windoku) - Jigsaw Sudoku - irregular shapes making up the constraints - Mini Quad Sudoku - 4 6x6 Mini interlocked Sudoku's ... and a LOT more ... !! There are 3 levels: Easy, Medium and Hard. The HARD level can be very challenging! ** Every puzzle has only one unique solution that can be solved through logic. ** Here are some screenshots: It also works nicely on mobile devices like iPad and Tablets. This is a continuous work in progress with new puzzles being added. Have Fun! Cheers! ?
  2. I’ve just released my first game Dark Sudoku. It’s is implementation of a popular over the world classic Sudoku puzzle. The game has 15000 different puzzles and comes in five well-balanced difficulty levels: flash, easy, medium, hard and evil. All puzzles can be logically solved. Interface of Dark Sudoku was carefully designed to be simple even for beginners. More details here: https://darksudoku.com Direct game link here: https://darksudoku.com/online Thanks to Godot Engine Dark Sudoku also available on: App Store, Google Play, Windows, macOS, Linux Please give it a try! Any feedback is welcome:)
  3. There is a SUDOKU game at https://www.html5pcode.com/a1ysudoku.htm The game uses a p-code. The p-code was written in HTML5 JavaScript. The home page is https://www.html5pcode.com The goal is to populate a SUDOKU puzzle matrix with the correct digits. The digits 1 to 9 must be found in each row, column, and (3x3) box. There is an ENTRY MATRIX where you can enter the digits. If your entry does not follow the rules, it will be rejected. If you want, it will display a matrix with all of the forced digits. You can also display the answer matrix. There are 100 different games. This game is written in a p-code. The p-code is executed by a p-code engine. If you click on PROGRAM in the RED STRIPE at the top, you can view the p-code programs. The p-code engine can execute the programs and it can edit the programs.There is a DATA option that allows you to see the program's data as it is being executed. There is a TRAIL option that allows you to execute the program in small steps. There is an RT, Real Time, option that allows you to change the program as it is executing. There are many YouTube videos that will show you how it works.
  4. Hi I want to present new game Online Sudoku Daily mode (Every day new level) Classic mode (easy, medium, hard) Print Sudoku Facebook connect Top score for daily mode Backup (restore game if you close browser) Magic button (help) Pause Restrore progress system (if you logined, you can restore progress on other devices and browsers) Mobile Versions:
  5. Solve Sudoku Techniques - FAST! Solve Sudoku in one minute Solve 80 % of Sudokus in 3 minutes Solve hard Sudokus in 5 minutes PLAY: Solve Sudoku Techniques - FAST! WHY: To learn Sudoku techniques in order to solve those hard Sudoku puzzles in your favorite newspapers. The most important lesson I learned is to really focus on your game. As a hobbyist, it took two years to complete this game and especially mobile has been an issue until these days. I have had my time with native Android SDK, PhoneGap, Cordova and even with Chrome extensions... but now after two years only thing that matters is a (good) game with HTML5, Phaser and Android webview.
  6. We have just released a new game! ULTIMATE SUDOKU Take a look http://goo.gl/SMRkhZ High quality Graphics Optimized for mobile and desktop Code sources included Highly customizable Take a look also at our entire games portfolio http://codecanyon.net/user/codethislab/portfolio If you want to keep being up to date about new games releases please like us on Facebook http://goo.gl/vSLL9D Or follow us on Twitter http://goo.gl/NmX0MJ
  7. A Sudoku puzzle game using sushi tiles in an isometric view. http://www.ivanix.com/games/sudo/ Notes: The basic goal is to fill the 9x9 board with sushi tiles by first highlighting the desired sushi tile on the top black board and then selecting the destination on the board. Each type of sushi must fit one and only one time on each row and column along with only once in each 3x3 section similar to the Sudoku rules using numbers. - The 'How to Play' button is not functional. Sorry. Much obliged any feedback especially from mobile phone and tablet users. Cheers
  8. Hi, I made this WebGL demo (http://0xor1.com/Sudoku) a while back and I've recently just got time to do some more work on it, since its been a few months I thought it would be nice if I shared it with other developers interested in 3D apps and get some feedback as to what could be improved. It's still a work in progress but feel free to call out any suggestions for improvements etc. I think one of the main things I want to work on is animating the cubes when they change state rather than just flashing from one to the other. Thanks.
×
×
  • Create New...