Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

GameDevWS2024/Corebound

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

297 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2D Game Development Project

Project Overview

This project is a 2D game developed as part of the Games and Visual Effects course during the winter term of 2023/2025.


The game is a puzzle game with an integrated AI that you can chat with through your allies. It can also control the allies and interact with objects.
Currently it's just a small demo with only one level but you can try it out yourself, we're sure that it'll be a lot of fun.
You spawn with two allies which you can talk to, use commands like "go to" and "interact" and which are your eyes (they can spot objects, places and tell you important information about them).

aicommandsallygif

You can switch in between them with the buttons or with the right mouse button. You are also able to control them by clicking with the left mouse button on the map.

You can open the inventory after removing focus from the chat windows with "Escape" through pressing "E"

inventorygif


Setting Up for Development

To get started with the game development, follow these steps:

  1. Download Godot (Mono Version):
    Godot Download
    Ensure you download the Mono version for C# support.

  2. Install .NET 8:
    .NET 8 Download

  3. Install Git:
    Git Download
    If you haven’t installed it yet, make sure to do so!

  4. Set Up SSH Key:
    Setup SSH
    Ensure you have an SSH key for accessing the repository.

  5. Install Git Large File Storage (LFS):
    Guide to Install Git LFS

  6. Get a Gemini API key:
    Get a key
    After getting the key, make sure you save it somewhere, since it won't show up again. If you start the game without a key, it will prompt you to paste you key to the text field, after that it is safed and you shouldn't have to paste it again.

  7. Insert Gemini API key:
    After starting the game, enter the API key in one of the chat boxes of the allies, close the game and restart.


Useful Resources


GitHub LFS

Why Use Git LFS?

Git LFS (Large File Storage) is essential for managing large files such as textures and audio assets. After installing Git LFS, you can continue using Git as usual.

Adding New File Types to LFS

To track specific file types, use the following commands:

git lfs track "myfile.myending"
git lfs track "*.myending"

Further Help

For additional assistance, you can use:

git lfs help <command>
git lfs <command> -h

Guidelines

  • Branching:

    • You cannot push directly to the main branch.
    • Create a branch and then submit a Pull Request (PR).
  • Merging:

    • You cannot merge into the main branch without a PR that has one or more reviews and where all checks have passed.
  • C#

  • C# Formatting:

    • We adhere to standard C# formatting guidelines.
    • Format the project with:
      dotnet format Game.sln
    • You may also configure your editor to format on save. Ensure that your code is properly formatted before making a PR, as unformatted code may cause tests to fail.
  • File Placement:

    • .tscn (scene) files must be placed inside the scenes folder.
    • .cs (C# script) files must be placed inside the scripts folder.
    • Assets must be located within the assets folder.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 9