Readme++
This commit is contained in:
19
README.md
19
README.md
@@ -1,21 +1,22 @@
|
|||||||
# 7not7
|
### **7not7**
|
||||||
## A 7x7 clone written in java
|
### *A 7x7 clone written in java*
|
||||||
|
|
||||||
## Summary
|
---
|
||||||
|
|
||||||
|
### Summary
|
||||||
|
|
||||||
7x7 is a concentration game which challenges you to connect 4 or more blocks of the same color on the game field.
|
7x7 is a concentration game which challenges you to connect 4 or more blocks of the same color on the game field.
|
||||||
To make things harder each round n blocks of random colors get thrown upon the field and the number n increases with each level.
|
To make things harder each round n blocks of random colors get thrown upon the field and the number n increases with each level.
|
||||||
You can choose the field size to be eighter 7x7, 8x8, 9x9 or 10x10.
|
You can choose the field size to be eighter 7x7, 8x8, 9x9 or 10x10.
|
||||||
https://github.com/id101010/IN16NClock/blob/master/Doc/
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## How to play
|
### How to play
|
||||||
|
|
||||||
The goal is to clear as much lines as possible by stacking blocks of the same color in any direction.
|
The goal is to clear as much lines as possible by stacking blocks of the same color in any direction.
|
||||||
So you can eighter build up blocks vertically, horizontally or diagonal.
|
So you can eighter build up blocks vertically, horizontally or diagonal.
|
||||||
|
|
||||||
## Tools and how to get them
|
### Tools and how to get them
|
||||||
|
|
||||||
To make things more fun and to survive in higher levels there are 2 tools.
|
To make things more fun and to survive in higher levels there are 2 tools.
|
||||||
|
|
||||||
@@ -27,18 +28,18 @@ An undo simply undos the last action on the game field. At the beginning you sta
|
|||||||
|
|
||||||
Additionally you earn FreeMoves by completing combos. FreeMoves enable you to bend the space time continuum and replace a block anywhere on the game field even if its surrounded by other blocks.
|
Additionally you earn FreeMoves by completing combos. FreeMoves enable you to bend the space time continuum and replace a block anywhere on the game field even if its surrounded by other blocks.
|
||||||
|
|
||||||
## Combos
|
### Combos
|
||||||
|
|
||||||
A combo is a game move in which you clear more than just one distinct line in one move.
|
A combo is a game move in which you clear more than just one distinct line in one move.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Used software
|
### Used software
|
||||||
|
|
||||||
- eclipse mars
|
- eclipse mars
|
||||||
- git
|
- git
|
||||||
|
|
||||||
## Contributors
|
### Contributors
|
||||||
|
|
||||||
- t-moe
|
- t-moe
|
||||||
- id101010
|
- id101010
|
||||||
|
|||||||
Reference in New Issue
Block a user