Posts

ACTIVITY 2 AND 3

Image
  PASS ME THE B A L L A 2D UNITY GAME THE CONCEPT  The right player scores a point if the ball hits the left wall. The left player scores a point if the ball hits the right wall. If it hits the top or bottom wall then it bounces off. Each player will have a racket that can be moved up and down to hit back the ball. KEYS FIRST PLAYER: W - UP                                             SECOND PLAYER:  ↑ - UP                                 S  - DOWN                                                                             ↓ - DOWN                                STEPS IN MAKING IN UNITY Let's add four walls to our game. All we need to make a wall is a so called  Sprite , or in other words: a Texture.We will use one horizontal Sprite for the top and bottom walls and one vertical Sprite for the left and right walls Let's select both wall images and then take a look at the  Inspector , where we will apply the following  Import Settings : drag the walls to the project area "twi

Introduction to Game Design and Developtment

Image
G e t L o u i s   Sample game for activity 1 O B J E C T I V E  HELP HARRY (THE CHARACTER) TO SAVE LOUIS FROM THE PIGEONS BY JUMPING TO AVOID AND DEFEAT   THEM. Jump:   Space bar Move:   left and right arrows STEP BY STEP TUTORIAL HOW TO MAKE A GAME IN UNITY(2D) Introduction Unity  is a cross-platform game engine for creating games in both 2D and 3D. Unity supports building games for many platforms such as iOS, Android, Windows, PlayStation, Oculus Rift, and many more. After downloading and installing unity with the compatible version to your unit. Get ready and explore the tools and know the function so you will be able to follow this tutorial. ------------------------------------------------------------------------------------------------------------------------------------------- - --- As I create my new project and set it in 2D, I put the images that I needed in creating such as the characters and the setting ground. I move in scene and dragged the ground, and the characters insid