My Game Projects Welcome to my repository of Unity game projects! Here, you can find my works in C#, each located in a separate folder with a description and source code.
Repository structure:
- Each project folder contains a README.md file with a game description.
- The source code is in Assets --> Scripts.
Name | Description | Link |
---|---|---|
Defender | A space-themed game demonstrating the use of PlayerPrefs for data persistence. The player engages in shooting asteroids, with the highest score being saved. | Defender source code |
Downfall | A compact RPG game where the player interacts with NPCs, completes quests, and battles enemies. | Downfall source code |
JsonTestGame | A tank-based game where the player destroys obstacles and collects them into an inventory. Inventory management and data saving are handled using JSON. | JsonTestGame source code |
LittleDungeonAdventure | A simple demo game showcasing item collection and inventory management using JSON for data handling. | LittleDungeonAdventure source code |
LittleDungeonAdventure | A simple demo game showcasing item collection and inventory management using JSON for data handling. | LittleDungeonAdventure source code |
LoginDemo | A demo showcasing user login functionality, data storage, and saving the player's position. | LoginDemo source code |
Punahilkka | A small-scale game where the player can explore the world, accept and complete quests from NPCs, and engage in combat with enemies. | Punahilkka source code |
Lopputaistelu | The concluding chapter of the game Punahilkka, featuring a timed boss battle against the wolf. | Lopputaistelu source code |
Luasto | A game where the player progresses through multiple rooms, defeating enemies in each one to reach the final room and claim the treasure. | Luasto source code |
👾👾👾 | BasicPrototypes | 👾👾👾 |
Prototype1 | A prototype of a basic driving game where the player controls a car and must avoid obstacles. | Prototype1 source code |
Prototype2 | A prototype of a basic game where objects spawn, and the player shoots and destroys them by pressing the spacebar. The player can only move left and right. | Prototype2 source code |
Prototype3 | A prototype of a basic game where the player must jump over obstacles to progress. | Prototype3 source code |
Prototype4 | A prototype of a basic sumo battle game where the player controls a ball on a platform and must push the enemy off. | Prototype4 source code |
Prototype5 | A basic prototype of a clicker game with multiple difficulty levels. The game features objects that add points to the player's score, as well as objects that deduct points. | Prototype5 source code |