Listing of Games in Scripts
- MATLAB Contest Protein
- License: Freeware
- Price: 0.00

This contest concerns a very simplified two-dimensional version of the protein folding problem. Given the amino acid sequence of a simplified protein, your job is to determine a final "optimally folded" configuration. Each potential arrangement of the protein sequence is associated with an energy state, or score.
- Publisher: The MATLAB Contest Team
- Date: 02-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Numeric Keypad Maze
- License: Shareware
- Price: .price.

In this game you will use the numeric keypad. Num Lock should be active before you start. You have to find your way to the maze's exit by pressing the right keys. You have to press the number in the square where you want to move. The player can only move up, down, left and right.
- Publisher: Per-Anders Ekstrom
- Date: 02-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Chess Master
- License: Shareware
- Price: .price.

Its a two player game, i am working on developing artificial intelligence based computer player. American Chess rules are applied. A 2D array is updated by the position of the chess pieces which are numbered (each piece corresponding to a number) As the player selects a piece the corresponding number is checked for all possible places where it can move, then the program waits for the second place where it has to be moved.
- Publisher: Suleman Shafqat
- Date: 02-02-2013
- Size: 143 KB
- Platform: Scripts, Matlab
- MATLAB Contest - Furniture
- License: Shareware
- Price: .price.

The ninth MATLAB Programming Contest, Furniture, ran from November 3-10, 2004. You are given the task of rearranging furniture in a room while doing as least work as possible. For more information, see the contest page: http://www.mathworks.com/contest/furniture/rules.
- Publisher: The MATLAB Contest Team
- Date: 02-02-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Tetris Solver (non-playable)
- License: Shareware
- Price: .price.

To start GUI: >>tetrisgui The program tries to place each block as best as possible, using a set of four rules: 1. Try to complete rows. 2. Try to fit the block nicely. 3. Try to place the block as low as possible. 4. Try to avoid creating cavities The weight (relative importance) of each rule can be set in the GUI.
- Publisher: Joren Heit
- Date: 01-02-2013
- Size: 82 KB
- Platform: Scripts, Matlab
- Multiplayer DirectDraw Game
- License: Freeware
- Price: 0.00

This code is a Multiplayer DirectDraw Game using Winsock with libraries..
- Publisher: Bradley Barrows
- Date: 01-02-2013
- Size: 61 KB
- Platform: Scripts, C and C plus plus
- Wave-vector diagram for a 2D photonic crystal
- License: Shareware
- Price: .price.

This prog calculates and plots the wave-vector diagram (i.e. photonic bands at constant frequency) for a 2D photonic crystal consisting of cylinders with circular cross-section and infinite height, arranged in a triangular lattice; oblique propagation is implicit, so the polarization states cannot be separated in E-pol and H-pol; 'omega'is taken as input; Fourier coefficients for the expansion of dielectric constant are calculated analytically; the materials considered here are dielectric and dispersionless, but dispersion can be added as a function e(omega) The package contains the following programs: pwem2Db.
- Publisher: Cazimir-Gabriel Bostan
- Date: 27-01-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Mazesmith
- License: Freeware
- Price: 0.00

Mazesmith is a maze generator written in javascript, and is able to be printed or played through a web browser. The maze is fully customizable with many options..
- Publisher: Robert Klein
- Date: 27-01-2013
- Size: 31 KB
- Platform: Scripts, JavaScript
- EveLottery for Game Script
- License: Freeware
- Price: 0.00

This simple utility was made to keep track of a lottery in the game Eve Online, but can be used for any lottery where X number of people buy Y number of tickets each and there are Z winners. Features: - Any number of winners - Shows statistical chance of winning.
- Publisher: Aakre Technologies
- Date: 25-01-2013
- Size: 10 KB
- Platform: Scripts, Java
- Bubbles Puzzle
- License: Freeware
- Price: 0.00

This game will load in a small box in a separate window. The idea is to get a match of 3 or more bubbles in the same color touching each other by shooting them upwards. Once such a match is achieved, those bubbles fall, along with any others attached to them and none other (excluding ones on the very top).
- Publisher: Xin Yang
- Date: 24-01-2013
- Size: 31 KB
- Platform: Scripts, JavaScript
- N-Puzzle (dynamic size and solver)
- License: Shareware
- Price: .price.

The Game: The N-puzzle is known in various versions, including the 8 puzzle, the 15 puzzle, and with various names. It is a sliding puzzle that consists of a grid of numbered squares with one square missing, and the labels on the squares jumbled up. If the grid is 3?the puzzle is called the 8-puzzle or 9-puzzle.
- Publisher: Per-Anders Ekstrom
- Date: 23-01-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- AI for a game called chomp
- License: Shareware
- Price: .price.

chomp:The player and the computer take turns selecting an existing element from a matrix.All the remaining elements above and on the right are removed.the one who is stuck with the bottom left is the loser. challenge: Win a 3x5 game it 5 attempts..
- Publisher: abhilash harpale
- Date: 23-01-2013
- Size: 18401 KB
- Platform: Scripts, Matlab
- Sudoku grid
- License: Shareware
- Price: .price.

sudokuGrid simply creates a conventional 9x9 Sudoku grid suitable for printing. That way, you can always be prepared to enter a puzzle and work on it, without writing directly in the newspaper..
- Publisher: Loren Shure
- Date: 22-01-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- cockpit
- License: Shareware
- Price: .price.

Cockpit is a flight simulator. It uses both mouse and keyboard input to allow users to manuever around a surface plot in a manner similar to flying an airplane. A limited instrument panel provides information on altitude, heading, and location. Users have a high degree of control over the simulation, controlling the shape of the landscape, speed of the aircraft, amount of lift and gravity, sky color, etc.
- Publisher: Daniel Call
- Date: 21-01-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- SudokuUI
- License: Shareware
- Price: .price.

To run the file type SudokuUI at the command line, this will bring up a figure window with the layout for a standard blank 9x9 sudoku grid on it. Right clicking on any of the blank squares will then provide you with the available numbers that can be entered into the box, right clicking on an occupied box will then colour all the inadmissable cells for this number red, leaving leaving the rest white.
- Publisher: Mark Hoyle
- Date: 21-01-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Altezza RPG
- License: Freeware
- Price: 0.00

This is a minimal RPG with a basic fight system. You can play in console mode..
- Publisher: Daniel Landree
- Date: 21-01-2013
- Size: 10 KB
- Platform: Scripts, C and C plus plus
- Fiver
- License: Shareware
- Price: .price.

About the GAME: Objective: Flip all White to Black balls. Move: Clicking on a ball will Flip its state from white to black, and vice-versa. It will also Flip the state of balls Above, Below, Left and Right of the selected ball..
- Publisher: Krishna Lalith
- Date: 21-01-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- 2D Simpson's Integrator
- License: Shareware
- Price: .price.

Fast, fully vectorised version of the Simpson's method for 2D domains. This code avoids the use of any for loops etc. For a given level of accuracy it can be an order of magnitude or more faster than dblquad. Examples are provided within the code. Useage: ans = simp2D('func',xs,xe,ys,ye,NX,NY) Input parameters: func - 2D function that accepts vector inputs (otherwise incorrect results can occur) xs, xe - x-limits of integration ys, ye - y-limits of integration NX - number of integration intervals in the x-direction (should be even) NY - number of integration intervals in the y-direction (should be even).
- Publisher: Whayne Padden
- Date: 20-01-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Matlab Connect Four
- License: Freeware
- Price: 0.00

A version of Connect Four written in MATLAB. The computer is driven by a reasonably intelligent algorithm (but not perfect). Click on "Info" for details on how to play..
- Publisher: Mickey Stahl
- Date: 20-01-2013
- Size: 113 KB
- Platform: Scripts, Matlab
- SuDoKu Solver Applet
- License: Freeware
- Price: 0.00

This applet is an aid to solving SuDoKu puzzles. It doesn't generate puzzles. Rather, it allows you to track the consequences of the settings in each cell of the SuSoKu grid, so that a solution can be found. Once you have set up a particular puzzle, you can usually automatically solve the puzzle.
- Publisher: Doug Palmer
- Date: 20-01-2013
- Size: 20 KB
- Platform: Scripts, Java
- Rubik Snake
- License: Freeware
- Price: 0.00

Graphic representation of the classic Rubik Snake toy. Utility to create and manage a snake, a clock made of snakes, and two demo files that explain how to make your own snake or snake like graphics using handle graphics..
- Publisher: Eric Ludlam
- Date: 20-01-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Ourotorus
- License: Shareware
- Price: .price.

STEP 1: Select any of the Broken Links (represented around 8x8 Board). STEP 2: Click only on one Button of Board to paste the selected Link's image..
- Publisher: Krishna Lalith
- Date: 20-01-2013
- Size: 31 KB
- Platform: Scripts, Matlab
- Puts Together the Chart Plays
- License: Shareware
- Price: .price.

This game is: a image of the size 256x256 is confused, you need recover the image to original image..
- Publisher: Liu Zheng-Jun
- Date: 19-01-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Falling Block Game
- License: Freeware
- Price: 0.00

Falling Block Game is a puzzle game that is similar to the classic Tetris. Many such games have been released for a variety of platforms, but most have passable graphics or poor gameplay/piece control..
- Publisher: Deraj DeZine
- Date: 19-01-2013
- Size: 1649 KB
- Platform: Scripts, C and C plus plus
- DNAmusic3 - The life music by Takahashi and Miller
- License: Shareware
- Price: .price.

Audification (or sonification) is the technique of using the sense of hearing to analyse data. The advantage of audification over visualisation in data analysis is that sound has the property that when different notes are played together they can still be individually heard: in vision colours blend to form new colours.
- Publisher: Giuseppe Cardillo
- Date: 19-01-2013
- Size: 10 KB
- Platform: Scripts, Matlab
- Rubik Cube's 3D Silverlight 3.0 Animated Solution
- License: Freeware
- Price: 0.00

This project is a realization of 3D presentation of a Rubik Cube. It presents all the Rubik Cube functionality for 1x1x1 to 7x7x7 cubes, including rotating all the slices of the cube, random shuffling and an animated solution, developed for a 3x3x3 cube.
- Publisher: Halyna Shashyna
- Date: 18-01-2013
- Size: 6113 KB
- Platform: Scripts, JavaScript
- MATLAB Contest - Blockbuster
- License: Shareware
- Price: .price.

Starter kit for the 12th MATLAB Programming Contest "blockbuster", April 5-12, 2006. For more information see the contest page: http://www.mathworks.com/contest/blockbuster/rules.html.
- Publisher: The MATLAB Contest Team
- Date: 18-01-2013
- Size: 72 KB
- Platform: Scripts, Matlab
- Gatito Prediction League
- License: Freeware
- Price: 0.00

Gatito prediction league is a web application for a football(soccer) based prediction game where participants predict scores and are award points on correct scores and results. The Prediction League has been running for three years at SF Net prediction League during that time the project has matured and gained more features and polish.
- Publisher: Gatito
- Date: 17-01-2013
- Size: 276 KB
- Platform: Scripts, PHP
- Super Mario Brothers Theme - Huggins Illusion
- License: Shareware
- Price: .price.

Huggins binaural pitch is a faint tone which can be detected by slightly altering a noise sample played to one of the two ears. The pitch you hear does not actually exist in the signal, but is generated in your head by neural interactions. This illusion is still not fully understood.
- Publisher: Nick Clark
- Date: 17-01-2013
- Size: 164 KB
- Platform: Scripts, Matlab
- Sudoku Puzzle
- License: Shareware
- Price: .price.

It just a more functional sudoku puzzle.
- Publisher: Chee Lam Ng
- Date: 16-01-2013
- Size: 10 KB
- Platform: Scripts, Matlab





