Skip to content

tahmidul612/COMP4478_Project_2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COMP-4478_Project_2

GROUP 2 MEMBERS
Abed Alhalim Ezz Aldin Jacob Lavoie
Adam Giddens Justin Jacko
Austin Hart Tahmidul Islam

How to Play

Platform Link Notes
Windows GitHub release (latest by date including pre-releases) GitHub commits since latest release (by SemVer including pre-releases) Download StandaloneWindows64.zip asset from the latest release, extract the zip and run build\StandaloneWindows64\COMP4478_Project_2.exe
Others1 Website GitHub last commit (branch) Link to the webpage hosted in github pages, renders the game with WebGl
Source Code23 GitHub last commit (branch) Link to download the source code. Download the latest artifact from actions/Source Code if link does not work.

Development Tools

The main branch is protected from commits. Please do your work in a separate branch and merge with pull request when done. https://blog.oddbit.com/post/2019-06-14-git-etiquette-commit-messages/

Required

Optional

Footnotes

  1. Unsupported features in WebGL:

    • Manual resolution selection from the settings menu

    • High scores menu • Qutting

  2. The repository uses Github LFS to store large files (e.g. images, assets). As a result, downloading the source code directly from the repo page normally or from releases does not work. This Github action "actions/Source Code" parses LFS file pointers and downloads the actual files, then uploads the zip as an artifact. 2

  3. To clone the repository with git cli and make changes, it is required to install and initialize git lfs