- naughts-and-crosses (tic-tac-toe)
- connect-four
- minesweeper
- battleship
- mazes
- 2048
Can someone give me a quick project to write?
4 ビュー (過去 30 日間)
古いコメントを表示
I am eager to improve using Matlab so im trying to complete a couple of quick projects. Has anyone got any ideas for an (easy) project, eg like a game or simple data analysis, for me to complete within 30 minutes or so. Thanks,
0 件のコメント
採用された回答
Jos (10584)
2014 年 7 月 7 日
Programming these games will learn you about flow control, contingencies, matrices, graphics, input validation, etc: (in order of difficulty).
Hint: start with most simple version of a game (e.g., battleship with one ship; 2048 where the user can only move upwards).
2 件のコメント
その他の回答 (1 件)
Image Analyst
2014 年 7 月 7 日
How about a Monte Carlo simulation, like the Monty Hall Problem. I have a program for that if you want to compare yours to it.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!