Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fahdseddik/portalgl
A recreation of the game Portal written from scratch using OpenGL3.3
https://github.com/fahdseddik/portalgl
game-development opengl physics portal
Last synced: about 6 hours ago
JSON representation
A recreation of the game Portal written from scratch using OpenGL3.3
- Host: GitHub
- URL: https://github.com/fahdseddik/portalgl
- Owner: FahdSeddik
- License: mit
- Created: 2023-10-28T10:13:31.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-31T21:02:51.000Z (10 months ago)
- Last Synced: 2024-01-01T22:55:20.720Z (10 months ago)
- Topics: game-development, opengl, physics, portal
- Language: C++
- Homepage:
- Size: 61.4 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Portal Recreation
This is a recreation of the game Portal, a game developed by Valve. The game involves using a portal gun to create portals between two surfaces, allowing the player to traverse the environment and solve puzzles.
## Gameplay and Screenshots
🎮 Gameplay
https://github.com/FahdSeddik/PortalGL/assets/62207434/021f502b-ad35-4d57-9e31-c6afa539c0d3
📷 Screenshots
## Contents
- [Portal Recreation](#portal-recreation)
- [Gameplay & Screenshots](#gameplay-and-screenshots)
- [Contents](#contents)
- [Installation](#installation)
- [How to Run](#how-to-run)
- [Controls](#controls)
- [To Do](#to-do)## Installation
To install the game, you need to clone this repository to your local machine. You can use the following command in your terminal:
```
git clone https://github.com/FahdSeddik/PortalGL.git
```## How to Run
To run the game, you need to compile the source code using [CMake](https://cmake.org/download/) and the provided `CMakeLists.txt` file.
```
mkdir build
cmake -B build -S .
cmake --build build
```
An alternative for running the above commands, is to do the following after installing [CMake](https://cmake.org/download/).
> 1. Download CMake Extension for VSCode
> 2. Click Build
> 3. Launch using `./bin/GAME_APPLICATION.exe` (make sure CWD is root folder)## Controls
| Movement | Sprint & Jump | Shooting | Interaction |
| :------: | :------: | :------: | :------: |
|
| | | |## To Do
- [ ] Integrate OpenAL for audio
- [ ] Handle Object intersecting portals
- [ ] Implement level loading
- [ ] Player Character Rendering
- [ ] Change Start Menu Screen