Giter VIP home page Giter VIP logo

bogglesolitaire's Introduction

BoggleSolitaire

My Attempt at turning the Classic word game into a single player video game.

screenshot

Key features:

  • TRIE SEARCH ALGORITHM: the game utilises a special data structure called a TRIE to efficiently find all the available words on the board from a dictionary of ~20,000 words

  • DIFFICULTY NORMALISATION: after some play-testing. one problem I found with Boggle as a single player game was that depending on how the dice fall, finding words on the board could be easy or difficult. I did a quick study in which i generated 1000s of boggle boards and calculated the number of available points on each board. If plotted on a graph, they form positively skewed bell shape curve with the mode at around 70-80 points. Using this knowledge i decided to make the game automatically re-roll each game board until the amount of available points is in this bracket. THe effect of this is to normalise the difficulty a little.

  • DIFFICULTY LEVELS: The game is split into arcade-style levels of increasing difficulty. To achieve this the player is given a target score of a % of the available points on the board, and this target is gradually increased. see Board.getTargetScore

See if you can get past level 5!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.