Skip to content

A small poker/sudoku crossover card game I programmed in my spare time to improve my JavaScript knowledge.

Notifications You must be signed in to change notification settings

devjklein/podoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Podoku 1.0.1

CHANGELOG

Version 1.0.1 (2020-02-13) "Gameplay Update A"

  • Added condition to if statement to fix bug where cards could be placed on other cards by dragging or clicking.
  • Removed erroneous character in code to fix bug in undo function.

Version 1.0.0 (2018-08-15) "Public Release"

  • Polished phrasing
  • Fixed bug where clicking New Game after an invalid import still incremented the Current Game number

Version 0.9.4 (2018-06-15) "Player data export"

  • Added support for exporting/importing player data to/from disk (519 lines now)
  • Major code optimization (2018-06-14); condensed functions, eliminated redundant functions, added better variable names and comments
  • Went from 478 lines of code to 408 before adding import/export function
  • Fixed bug where width: 100% and position: relative on html, body, main prevented user from clicking to place cards on table in Firefox

Version 0.9.3 (2018-06-13) "Evil Undo Button"

  • Added undo button
  • Added best/average score panel with support for future leaderboard
  • Added current game counter
  • Added some tags to key information

Version 0.9.2 (2018-06-12) "Podoku Beta"

  • Initial Beta release of Podoku
  • Help button
  • Instant scoring feedback
  • Player "Level" ranking
  • Draggable cards

RESOURCES

Several excellent articles and code snippets from around the web that were helpful in building this program.

About

A small poker/sudoku crossover card game I programmed in my spare time to improve my JavaScript knowledge.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages