Skip to content

YueranCao2001/2D_Game_Space_Fighter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 SpaceFighter – Unity Game Project

This repository contains the SpaceFighter game developed using Unity 2021.3.19f1c1 (Personal).
The project is a lightweight 3D game prototype featuring a single playable scene, QHD resolution, and clean Unity project structure.
It is intended for coursework submission and portfolio demonstration.


📘 Game Specification

Unity Version

  • 2021.3.19f1c1 Personal

Resolution

  • QHD (2560 × 1440) default resolution

Build Settings

Only one scene is included:

  • SpaceFighter (automatically loaded at game start)

🎮 Features

  • Single-scene Unity game structure
  • Player-centered gameplay prototype
  • QHD graphic setup
  • Clear separation of Assets, Scripts, Scenes
  • Designed as a minimal but expandable 3D game base

📂 Project Structure

SpaceFighter/
├── Assets/
│ ├── Scripts/
│ ├── Prefabs/
│ ├── Scenes/
│ │ └── SpaceFighter.unity
│ └── Materials/
├── ProjectSettings/
├── Packages/
└── .gitignore

Note: Library/ is excluded (auto-generated by Unity).


🛠 How to Run

  1. Install Unity 2021.3.19f1c1 or any compatible 2021 LTS version.
  2. Clone this repository.
  3. Open the folder in Unity Hub.
  4. Load the SpaceFighter scene.
  5. Press Play to run the game.

🧩 Notes

  • The Library folder has been excluded for GitHub compatibility.
  • All gameplay logic is packaged within the main SpaceFighter scene.
  • This project can be easily extended to add enemies, VFX, UI, and movement systems.

🤝 Contribution

Although this is a course repository, contributions are still welcome:

  1. Fork the repo
  2. Create a branch (feat_xxx)
  3. Commit your changes
  4. Open a Pull Request

📜 License

MIT License

About

A Unity-based SpaceFighter game built for coursework, featuring a single-scene setup, QHD resolution, and clean project architecture. The project is developed with Unity 2021.3.19f1c1 and serves as a foundational 3D game prototype.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages