
Javascript Scrabble Game Code
A front-end two-player scrabble game created for General Assembly Web Development Immersive project submission using HTML, CSS and Javascript.
Play scrabble here
Approach
This is a simple javascript game to code. Your goal in Five-in-a-row is to get five X's in a row while preventing your opponent from getting five O's in a row. In this free JavaScript basic game, it is played on a 15x15 board. (If you'd like a bigger or smaller board, you can set it to any size from 10x10 through 20x20.).
- Scrabble board is created with DOM manipulation
- Scrabble tiles created with an array of objects with letter and score as properties
- User interaction created using Dragula drag and drop package
- Built scripts to read words from the board and check against Sowpods dictionary
- Automated testing and deployment workflow with GitHub, Travis and Heroku
Tools and Libraries
This is an implementation in pure JavaScript played against the computer (browser) with a very fast engine. It works well on every browser I've tested (Chrome, Firefox, Safari, IE6+, Opera) and operating systems (Windows, Mac OS/X, Linux)
Download this classic 3D platform skirmish and relive the frantic debut of Crash Bandicoot. PLEASE NOTE: this information was correct at the time of publication. Some functionality may vary from the original PS one® version of this product or may not be available. Crash Bandicoot is a video game franchise of platform video games. The series, originally exclusive to the Sony PlayStation, was created by Andy Gavin and Jason Rubin during their tenure at Naughty Dog for Sony Computer Entertainment. Silent Hill (v1.1) Gekitou! Crush Gear Turbo (Japan).or these PSX Action/Platform ISOs! Resident Evil 3 - Nemesis: Resident Evil 2 (Disc 1) Crash Bandicoot - Warped: Crash Bandicoot 2 - Cortex Strikes Back. Purchase this PS one® Classic and play it on both your PS3™ and PSP® systems! Enter the vivid world of Crash Bandicoot, a marsupial on a mission! His brain's been scrambled, his girlfriend is held captive, and his arch nemesis has a big N on his forehead! Transferring to. Crash bandicoot 1 ps3 download. Introduce about Crash Bandicoot Mobile. Crash Bandicoot is one of the mascots on the console, typically the PlayStation. Although not as popular as Mario or Sonic, the games featuring this character soon gained popularity by realistic environmental graphics on the 3D platform, instead of 2D like the previous two seniors.
To start the game, you can go directly to the web page at http://amnond.github.io/jscrab or download the code and open src/index.html in your browser.
The code is composed of an engine (engine.js) that does the game logic, and a user interface (ui.js) that implements a user interface to the game engine. This design enables to easily create alternative user interfaces. The code is also designed to be easily localized to other languages and currently supports English, Russian and Spanish. Corrections and comments are welcome. The fast game play is made possible by leveraging the regular expression engine of JavaScript to conduct the searches.
The current UI engine makes use of the excellent Redips (http://www.redips.net/) drag and drop library.Other credits go to http://sizzlejs.com and https://code.google.com/p/submodal