Refine by Content Type

Refine by Category

Refine by Product

Refine by Time Frame

image thumbnail

updated 9 months ago

MIKI by Stephan Rave

A Matlab implementation of 'Niki the Robot' (a.k.a. Karel). (education, game, programming)

abschalten

drehe_links

drehe_rechts

image thumbnail

updated 1 year ago

EnRaya 0.9 beta by Jorge Crespo

El clásico tres en raya sobre consola MatLab. The classic Tic-Tac-Toe on MatLab console (tres en raya, tic tac toe, tictactoe)

enraya.m

image thumbnail

updated 1 year ago

Recursive Integer Guessing Game by Adam Gripton

A recursive algorithm that queries an objective function to guess an unknown integer. (guess, game, function)

z=guessgame(isleq,n,k)

image thumbnail

updated 1 year ago

Connect 4 - A Game by Humayun Kathuria

Good game for wasting one’s time. A very basic piece of code. (matrix, game)

connect4()

image thumbnail

updated 1 year ago

Slither Link by Krishna Lalith

Replica of Slither Link or Loop the Loop game. (slither, loop, game)

Callback_Line(hand,varargin)

Slither(action)

[Maze_Bounds]=Boundary(Maze,Row,Col)

image thumbnail

updated 1 year ago

Simple Draw Helix Spring 3D Rotate Translate Transform Dilate Save JPG by Amitava Biswas

Simple Draw Helix Spring 3D Rotate Translate Transform Dilate Save JPG (demo, image processing, mathematics)

biswas47.m

image thumbnail

updated 2 years ago

Mine Sweeper by Azam

The MATLAB implementation of Windows based game MinSweeper. (mines, sweeper, 08es)

mines(varargin)

image thumbnail

updated 2 years ago

Logic Game by Mohit Gupta

A very interesting game to play ....Requires a lot of logic.....Play with your friend or computer (control design, gui, game)

game

image thumbnail

updated 2 years ago

Sudoku by Mohit Gupta

Solves 9X9 Sudokus of any difficulty level (matrix, game, control design)

[]=msave(b,d,i,j,a,n)

[a,test]=mgeta(d,i,j,n)

[b,d]=mupdate(b,d)

image thumbnail

updated almost 3 years ago

Minesweeper by Mihir Shah

A minesweeper game similar to the one in Windows, but implemented in pure MATLAB using GUIDE. (gui, game, games)

mines_stg1(varargin)

image thumbnail

updated 3 years ago

RUBIK1 by Nedialko

Simulates state-control-sequences applied onto a user-defined Rubik cube (demo, gui, mathematics)

image thumbnail

updated 4 years ago

Fratal by Paul French

Generates the Sierpinski triangle using very simple rules using dice (sierpinski triangle, game, fratals)

Fractal.m

image thumbnail

updated 4 years ago

Bimatrix Game by Bapi Chatterjee

The bimat.m solves a bimatrix game represented by two matrices M and N . (bimatrix, matrix, optimization)

[A,B,a,b,iterations,err,ms]=bimat(M,N)

image thumbnail

updated 7 years ago

Matrix Poker by Igor Podlubny

Game: fill 5x5 matrix with random numbers to get maximum score by forming premium combinations. (games, game, matrix)

matpoker(action)

Contact us