Skip to content

Commit 69f18bb

Browse files
committed
Added Ocean Commotion
1 parent 35fc94b commit 69f18bb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+1926
-0
lines changed

ocean-commotion/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# OCEAN COMMOTION
2+
This project is a test-bed for toying with match-3 game mechanics. It is currently partially modelled after "Candy Crush" with implementation of a few boosters and a bomb.
3+
4+
# SUGGESTED EXERCISES
5+
1. Change the board setup so it generates a board with no matches on start.
6+
7+
2. Add scoring for various kinds of matches (3 of a kind, 4 of a kind etc)
8+
9+
3. Prevent illegal moves (that does not lead to a match). Deal with any implications of that new mechanic to make sure that the player never gets stuck.
10+
11+
4. It is currently possible to mess with the data by making a move while the game is dealing with matches. Solve that.
9.37 KB
Loading
1.25 KB
Loading
2.09 KB
Loading

0 commit comments

Comments
 (0)