Skip to content
Hertanto Irawan edited this page Jan 4, 2022 · 5 revisions

Welcome to the Pokermon video poker wiki!

Pokermon is a video poker game with Pokemon theme, done in 8-bit gaming style.
This app is created for Rocket Academy Coding Bootcamp Project 1.

ToDo List

  • Make app work in mobile
    Some html tags, like 'dialog' is not supported in a lot of browsers. Would be nice to also make this app work in more phone dimensions.
  • Make auto play feature
    Using the analyze hands function in the Hints feature, we can already get suggestion of what cards to keep to get the highest expected winning value.
    The next step is to just let AI play for you.
  • Record win/lose stats and display result using charts
    We would like to know/analyze result of AI auto play
  • Add more animations
  • Add loading page
    Loading page between starting page and game page
  • Add End-to-End testing
    Leverage cypress to test from the UI side, not only unit testing
  • Further organize code base
    Put files in more folders, separate UI and logic more. Follow best practice of folders and files organization
  • Make game work offline
    Need to spend time to test and make the game work without internet connection
  • Provide option to play other video poker variations
    Provide other variations of video poker, such as Deuces Wild and Seven card stud.
Clone this wiki locally