adamlcounihan / TheLandOfNasrin

A Unity platformer game that I created for my A-Level Computer Science NEA.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Land of Nasrin

Description

This project is a platformer game developed in Unity, similar to Super Mario.

Installation

  1. Clone the Repository: First, you'll need to clone the repository to your local machine. You can do this by running the following command in your terminal:
git clone https://github.com/adamlcounihan/TheLandOfNasrin.git
  1. Open the Project in Unity: Open Unity Hub and click on the ‘Add’ button. Navigate to the cloned repository and select it. Make sure to open it with Unity version 2021.3.16f1.

  2. Load the Scene: In the Unity editor, navigate to the ‘Scenes’ folder in the Project window. Double click on the 'StartScreen' scene to load it.

  3. Play the Game: You can press the ‘Play’ button in the Unity editor to start playing the game in the editor.

Please note that these instructions assume that you have Git and Unity installed on your machine. If not, you will need to install them first.

Controls

A / Left Arrow Key - Move left

D / Right Arrow Key - Move right

Space - Jump

Left Click - Attack

About

A Unity platformer game that I created for my A-Level Computer Science NEA.

License:GNU General Public License v3.0


Languages

Language:C# 100.0%