Matlab2048.zip

This is a 2048 game developped by Matlab M script and functions.
266 Downloads
Updated 24 Jul 2014

View License

The game 2048 is a popular cell phone game in iOS and Andriods. Now One simple version is realized in Matlab just for fun.
Nan in matrix is taken as blank position.
main.m -- user can run this script to start the game. It will call other 3 functions during the game.
add2mat.m -- add one 2 element into matrix
move_element.m -- move one element by one step.
move_mat.m -- move the whole matrix according to player's command in one step.
One 4*4 matrix is created and initialized with two 2 element in random position.
All operations are in Matlab Command Window, the move operation that are touch and slide in cell phone are replaced by inputting command of orientation.
The matrix will be updated and displayed in Each step after user's operation.
I will upload an Chinese version to iLoveMatlab.cn later. If having some questions and good advice, please contact hyowinner in iLoveMatlab.cn.

Cite As

Zhongxiao Sun (2024). Matlab2048.zip (https://www.mathworks.com/matlabcentral/fileexchange/47289-matlab2048-zip), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2013b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Just for fun in Help Center and MATLAB Answers
Tags Add Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.2.0.0

Check for move is valid or not added.

1.1.0.0

Add description for Nan.

1.0.0.0