- Platformer or topdown. Topdown
- One big game or many levels? Many Levels
- Theme (Adventure/fantasy/mystery/puzzles)? Adventure
- What hobbies do you have? Reading
- What background do you like Forest
- What avatar do you like?
- What type of enemies do you like?
- Do you enemies to be stationary or staking you? Both
- Do you enemies to die with one shot or many? Both
- Do you enemies to shoot back? Yes
- Timer? yes progressive
- Health?Yes
- Level of difficulty (easy, medium, hard, progressive) Progressive
- colors Not hurting to eyes
- Hints? after sometime? Not too many
- do you want moving blocks in background?Love that
- Messages? Not much
- Frustration or relaxation? Medium
- speed? Progressive
- gravity? Not too difficult to jump
- gold coins? Love that
- Wrap around? Ofcourse
- Checkpoint - if you die -do you want to go back to where you were? Yes
Friday, April 10, 2020
Peer Game: Empathize
I am creating a game for my user/partner, <Maeron >. Below are the questions that I have for my partner so that I can create a game based on my user's requirements and preferences.
Wednesday, April 8, 2020
Fundamentals of Comp Architures
A machine gets stimulated by the presence or absence of an electrical signal/impulse.
Because there are two states that the machine responds to, we use binary number system to communicate with the machine.
We represent,
0 for the absence of the signal/impulse
1 for the presence of the signal/impulse
In computer science, we call 0 is a bit, 1 is a bit.
Using 00, 01, 10, 11 we can only represent 4 keys on the keyboad (eg, A B , C D).
In Computer science, we call every key on the keyboard as a character. space bar, special character like $ % @ #, upper case, lower case
So, they combined eight bits to reperesent each character. Eg: A - 0100 0010, B-
However, the length of the combinations of the bits various by the processor.
A combination of 8bits is called a byte.
A combination 4bits is called a nibble.
THE BASIC UNIT OF MEMORY IS CALLED A BYTE,
KB GB, TB
People used electrical punch cards to communicate with the machine.
People moved to Assembly languages: programming the chip. eg: 8085, 8086 microprocessor chips. The language looked like AND JMP ADD SUB
Then came high level languages Eg: Python, Java, C, C++, Ruby, Pearl, R, These are like english like language.
Because there are two states that the machine responds to, we use binary number system to communicate with the machine.
We represent,
0 for the absence of the signal/impulse
1 for the presence of the signal/impulse
In computer science, we call 0 is a bit, 1 is a bit.
Using 00, 01, 10, 11 we can only represent 4 keys on the keyboad (eg, A B , C D).
In Computer science, we call every key on the keyboard as a character. space bar, special character like $ % @ #, upper case, lower case
So, they combined eight bits to reperesent each character. Eg: A - 0100 0010, B-
However, the length of the combinations of the bits various by the processor.
A combination of 8bits is called a byte.
A combination 4bits is called a nibble.
THE BASIC UNIT OF MEMORY IS CALLED A BYTE,
KB GB, TB
People used electrical punch cards to communicate with the machine.
People moved to Assembly languages: programming the chip. eg: 8085, 8086 microprocessor chips. The language looked like AND JMP ADD SUB
Then came high level languages Eg: Python, Java, C, C++, Ruby, Pearl, R, These are like english like language.
Subscribe to:
Comments (Atom)