Matlab2048.zip

This is a 2048 game developped by Matlab M script and functions.

You are now following this Submission

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 (2026). Matlab2048.zip (https://in.mathworks.com/matlabcentral/fileexchange/47289-matlab2048-zip), MATLAB Central File Exchange. Retrieved .

Categories

Find more on Just for fun in Help Center and MATLAB Answers

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.2.0.0

Check for move is valid or not added.

1.1.0.0

Add description for Nan.

1.0.0.0