Skip to content

A multiplayer co-op RPG game developed during a game development summer school in a team.

License

Notifications You must be signed in to change notification settings

ClaudiuChelcea/Forgotten-Tales-RPG

 
 

Repository files navigation

Forgotten Tales

Multiplayer co-op RPG

A multiplayer co-op RPG game developed in a team of 22 persons during a game development summer school.

Personal contributions:

  • Management: meetings, progress presentations, setting objectives, team management, announcements, documents management
  • Sounds: added sounds to different parts of the game, eg: character selection music, background sound, buttons sounds and sound scripts created in C# to allow continuity between music and other features
  • Game map: developed a big part of the game map, from creating the concept and areas to implementing them in Unity
  • Game design document: collaborated with the design team in creating the GDD
  • Presentations to the teachers and to all the participants of the summer school of our game
  • Testing & bug issuing

Presentation: https://opreaolivia73.wixsite.com/rpgeeks3 Screenshot (271) Screenshot (297) Screenshot (298)

Development setup

It is required that you have git LFS installed.

git clone https://github.com/ClaudiuChelcea/Forgotten-Tales-RPG
cd curly-burly
git submodule update --init --recursive

Create your own branch, chose a name descriptive for your work.

git checkout -b <insert_branch_name>

When you reach a stable behaviour commit your changes and open a Pull Request.

git add *
git status # double check everything is fine
git commit -a -m "<your_message_here>"
git push origin <insert_branch_name>

!note: Your message should be short but self-explenatory.
You might thing of that as the answer to: Q: "What will this commit do?"
A: "Add feature_x and solve bug_y"

!note2: Your commits should be also short, make your reviewers life easy and he might do the same.

Playing / build scene: Menu

About

A multiplayer co-op RPG game developed during a game development summer school in a team.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 73.8%
  • ShaderLab 22.3%
  • HLSL 3.9%