Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
Double Trouble
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jonas Johan Solsvik
Double Trouble
Merge requests
!8
Update README.md
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Update README.md
patch-1
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Jonas Johan Solsvik
requested to merge
patch-1
into
master
4 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
f5761457
1 commit,
4 years ago
1 file
+
29
−
9
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
README.md
+
29
−
9
View file @ f5761457
Edit in single-file editor
Open in Web IDE
Show full file
@@ -2,23 +2,43 @@
A IMT3601 Games Programming project by Jonas and Viktor
## Getting started
## Getting started Visual Studio
**1. Download SFML submodule**
```
git submodule update --init
```
**2. Build**
```
mkdir build/
cmake -S . -B build/
```
To build all:
**3. Open the generated .sln file in Visual Studio**
```
make
# Open this file
build/double-trouble.sln
```
To build and run a specific game:
## Getting started Unix makefiles
**1. Download SFML submodule**
```
make 01 # To run 01-red-circle
make 02 # To run 02-jumping-boxes
git submodule update --init
```
_See `Makefile` for complete list of commands_
**2. Build**
```
mkdir build/
cmake -S . -B build/
make -C build/
```
## System requirements
**3. Run**
```
./build/01-jumping-boxes
```
##
#
Ubuntu and Pop!\_OS 20.04
##
System requirements -
Ubuntu and Pop!\_OS 20.04
-
See requirements in the
[
./Dockerfile
](
./Dockerfile
)
Loading