Home > By category > Scripts > Games
Sort by : Name|Date|Downloads|Rating|

Listing of Games in Scripts

Blitz is a remake of an old commodore game. You must destroy buildings so you can land. The game uses the OpenGL API and contains a map editor, so you can make your own levels if you dont like the random game mode..

  • Publisher: Chris Wise
  • Date: 18-02-2013
  • Size: 174 KB
  • Platform: C and C plus plus, Scripts

REMLAB Web Mech Designer is a fully functional cross-platform web-based BattleMech designer for the tactical board game Battletech. REMLAB is built entirely on HTML, PHP, and javascript with Ajax functionality. REMLAB requires a web server (locally or remotely) with the ability to process PHP scripts.

  • Platform: PHP, Scripts

This is a small puzzle game written in Java,.

  • Platform: Java, Scripts
  • PseudoQ
  • License: Freeware
  • Price: 0.00
  • Rating

A java application for creating, playing and solving SuDoku puzzles of various types. Features both a Swing GUI and command-line operation. The automatic solving of puzzles uses "smart" techniques rather than a brute force search of every possibility.

  • Platform: Java, Scripts

Concentration-type game; 54 gray squares. Click a pair of squares and try to match the colors hidden beneath. Find all 27 color pairs in as few moves as possible; MATLAB returns a rating based on the number of moves it took to complete the screen..

  • Platform: Matlab, Scripts

This program demonstrates how to create a 3d slot machine. It requires the gd library to compile..

  • Platform: C and C plus plus, Scripts

Steps to follow Though i think it is self-explanatory,read if u don't get it -Execute game.m -Choose to be first or second player -Make the other computer(by clicking on the pushbutton saying human) or play with your friend -for computer player select level by hitting the button -hit start button -play and enjoy:) -You can toggle between human and computer at any time you like.

  • Platform: Matlab, Scripts

Aakash's Cows and Bulls Game is a cows and bulls game (word game) implementatioGame is a It has a simple code and no gui..

  • Platform: C and C plus plus, Scripts

Tetris game godzilla series is a simple tetris game..

  • Platform: C and C plus plus, Scripts

unisol is a logical puzzle invented by Lawrence Gould that has been printed in the Sydney Morning Herald (Sydney, Australia) and Tele Sept Jeux (Paris, France) since the mid 1980s. It appears in the Sydney Morning Herald on Mondays, Wednesdays and Fridays.

  • Platform: Matlab, Scripts

It is a class for a deck of cards that contains a class playingcard. It splits the deck at a rand spot the places a random number of cards - alternating between the halves in a new deck. It then will deal fropm the top of the deck..

  • Platform: C and C plus plus, Scripts

Kajaani Kombat is a funny multiplayer game... and much more! It is a rampart-like game (old arcade classic) set in space. Kajaani Kombat is playable with two to four players, over the internet or alternatively two players sharing one computer. It is also possible to play over the internet with, for example, 4 players of which two are sharing the same computer.

  • Publisher: kajaani.net
  • Date: 13-02-2013
  • Size: 1761 KB
  • Platform: C and C plus plus, Scripts

DHTML puzzle script instantly turns any image into a 3x3 puzzle! You can simply specify an image, and the script automatically cuts 9 moveable pieces out of it for your users (or yourself!) to interact and sharpen their wits with. Comes with auto "Scramble" and "Solve" ability.

  • Platform: JavaScript, Scripts

The entire game uses the ODE (Open Dynamics Engine) library for realistic game physics..

  • Platform: C and C plus plus, Scripts

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 togheter they can still be individually heard: in vision colours blend to form new colours.

  • Platform: Matlab, Scripts

Generates DOOM maps from existing data sets - i.e., bug reports, floor plans, city maps..

  • Platform: Ruby, Scripts
  • BMTron
  • License: Freeware
  • Price: 0.00
  • Rating

BMTron is a multi-player game loosely based on the light cycle scene from the movie Tron. The goal is to trap your opponents. Avoid running into the wall or opponent's trail. Play with different types of AI players. Teamplay mode is available. In the game configuration screen: select players, enter their names, choose colors, choose for every player whether it is controlled with a keyboard or by AI, and press "Start Game" or "Teamplay".

  • Platform: Java, Scripts

Objective: Glue Broken Pieces to make 8x8 Chess Board. Steps: 1: Select any of the Broken Links (Dominoes represented on 5x5 Board). 2: Click on only one Button of Chess Board to paste the selected Link's image. Note: The image is pasted with selected button as center (as is).

  • Platform: Matlab, Scripts

There are more than 20 Sudoku solvers submitted in File Exchange. This package provides a benchmark for various MATLAB sudoku solvers. The benchmarking is done by comparing performance (correctness and computation time) against the benchmarking solver, YASS (Yet Another Sudoku Solver, extracted from the author's GUI solver, superSudoku V2).

  • Publisher: Yi Cao
  • Date: 10-02-2013
  • Size: 553 KB
  • Platform: Matlab, Scripts

Program that allows to use an image (in black and white, gray scale or in colors) as starting cells for the Conway's game of life. You can also edit the image or start a blank image. The animation of the cells can be recorded. The parameters for the rules for the life of the cells can be changed.

  • Platform: Matlab, Scripts

The iterated prisoner's dilemma (IPD) game has long been studied in game theory, economics, programming, decision theory and other fields. It is a 2-player scenario where each player must decide to either 'cooperate' or 'defect' in a sequence of games, and their respective choices determine the relative success or failure of each player.

  • Platform: Matlab, Scripts

Suri's Sudoku Solver (SSS) DESCRIPTION: This function is a sudoku puzzle solver that uses a recursive algorithm described below. Step 1. Take a standard sudoku puzzle in matrix form with all the blank spots filled with zeros. For example, you could type puzzle=[7 0 0 5 8 3 0 0 6; 0 0 6 0 0 1 4 0 5; 0 5 2 0 0 6 0 8 3; 3 0 0 2 0 0 9 5 8; 5 0 0 0 7 8 0 6 0; 6 4 8 0 1 0 3 0 0; 0 6 0 8 0 2 5 0 0; 0 0 3 1 5 0 0 7 2; 2 1 5 6 0 0 0 3 0] and MATLAB will give you puzzle = 7 0 0 5 8 3 0 0 6 0 0 6 0 0 1 4 0 5 0 5 2 0 0 6 0 8 3 3 0 0 2 0 0 9 5 8 5 0 0 0 7 8 0 6 0 6 4 8 0 1 0 3 0 0 0 6 0 8 0 2 5 0 0 0 0 3 1 5 0 0 7 2 2 1 5 6 0 0 0 3 0 Step 2.

  • Publisher: Suri Like
  • Date: 07-02-2013
  • Size: 10 KB
  • Platform: Matlab, Scripts

2-D dos Game(like space commanders ) is a 2-d sprites based game. It involves important concepts of game design issues such as timing a game, collision-detection etc. It is a DOS based game which uses MODE 13H which has a resolution of 320s a resola palette of 256 colors.

  • Publisher: u.srinivas
  • Date: 06-02-2013
  • Size: 10 KB
  • Platform: C and C plus plus, Scripts

You and your team of archeologists have fallen into the "catacombs of the zombies." There's no time for research, though; the walls are closing in, and the zombies have sprung to life! Fortunately, you've discovered an ancient mystical potion which allows you to create and destroy walls.

  • Platform: C and C plus plus, Scripts

Black color indicates value "0" & White color indicates value "1". Number on each square is equal to the sum of the numbers of its four neighbours (vertical & horizontal) modulo 2 (where neighbours can be either setting on squares or the fixed, numbers (colors) on circle).

  • Platform: Matlab, Scripts

Starter kit for the 12th MATLAB Programming Contest "Sudoku", running November 2-9, 2005. You are given the task of solving a variation on the Sudoku problem. For more information see the contest page: http://www.mathworks.com/contest/sudoku/rules.html.

  • Platform: Matlab, Scripts

Graph Game is an implementation of the Shannon switching game. It is a game for two players. The first player selects edges of the graph trying to connect two highlighted nodes while the second player removes unselected edges. AI is available..

  • Platform: Java, Scripts

The BEST TIC-TAC-TOE game with code provided has enhanced menu, graphics and controls. You can play against computer or against a friend!.

  • Platform: C and C plus plus, Scripts

This is a car game where you have to avoid the car from hitting the obstacles.There are 3 levels. Set the character repeat delay(control panel > keyboard) to minimum before playing the game..

  • Publisher: vikram2784
  • Date: 04-02-2013
  • Size: 31 KB
  • Platform: C and C plus plus, Scripts

The object of the game is to collect tokens and have the highest score at the end of the game. The first player will select one token from the highlighted row. The token selection will then determine the column available for the second player. The row or column always being determined by the previous token selection.

  • Platform: Matlab, Scripts

New Downloads

FTP Manager Lite

Free fast FTP client supports
secure transfers and multiple
connections. The file manager
like interface is intuitive to
...

Crescendo Music Notation
Free for Mac

Crescendo Free is a simple and
intuitive way to create
musical compositions.
Crescendo allows you to
create, save and ...

RationalPlan Project Viewer

RationalPlan Project Viewer is
a free project planning
software viewer, the perfect
solution for anyone (from
project ...

DocuFreezer

DocuFreezer converts Word,
Excel, PowerPoint, XPS, DWG
and other files to universally
accepted PDF, JPEG, PNG, TIFF,
TXT. ...

Print Conductor

Print Conductor is a batch
printing software. It prints
multiple PDF files, plain
texts, Microsoft Office and
OpenOffice ...

Radmin VPN

Radmin VPN - is a free and
easy-to-use software product
to create virtual private
network (VPN). The program
allows users ...

Express Accounts Free for
Mac

Express Accounts Accounting
Software Free for Mac is
professional business
accounting software. This
product is perfect ...

Active Disk Editor

Disk Editor is a free low
level hexadecimal editor
specifically aimed to explore
NTFS partitions internals.
Extended ...

PDF-XChange Lite

PDF-XChange Lite is a reduced
version of PDF-XChange
Standard that contains basic
features for use when printing
...

Photo Pos Pro photo editor

Photo Pos Pro photo editor is
the ultimate tool to turn you
digital photos into stunning
artworks, create eye-catching
...