Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Icons
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Zukunftstag
Icons
Commits
837e9b60
Commit
837e9b60
authored
1 year ago
by
Jan Bernoth
Browse files
Options
Downloads
Patches
Plain Diff
Clean up filesystem and add directory description
parent
fc469d5d
Branches
main
No related tags found
No related merge requests found
Pipeline
#99633
passed
1 year ago
Stage: build
Stage: deploy
Changes
5
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
README.md
+19
-18
19 additions, 18 deletions
README.md
game/game.html
+1
-1
1 addition, 1 deletion
game/game.html
game/js/pixi.js
+0
-0
0 additions, 0 deletions
game/js/pixi.js
package-lock.json
+0
-2021
0 additions, 2021 deletions
package-lock.json
package.json
+0
-10
0 additions, 10 deletions
package.json
with
20 additions
and
2050 deletions
README.md
+
19
−
18
View file @
837e9b60
...
...
@@ -4,19 +4,8 @@ In dem Workshop am Zukunftstag/Girls' Day am 27.04.2023 wird neben der Vorstellu
[
Übersicht zur Veranstaltung
](
https://www.uni-potsdam.de/de/multimedia/veranstaltungen-uebersicht/sonstiges/zukunftstag-girls-day
)
## Ablaufplan
-
09:30-10:00 Treffpunkt Golm
-
10:00-10:45 Einführung / Professorin (Seminarraum 1.25)
-
10:45-11:00 Erste Pause (Wiss. / Tech. Mitarbeiterin)
-
11:00-11:45 Design + Digitalisierung
-
11:45-12:15 Zweite Pause (Studentin)
-
12:15-13:00 Integration ins Spiel
-
13:00 Wrap UP + Ende + Mensa
## Spiel starten
### Lokal
## Spiel lokal starten
```
docker compose up -d --build
...
...
@@ -24,13 +13,25 @@ docker compose up -d --build
Anschließend im Browser http://localhost:80 aufrufen.
### Stackblitz
2022 wurde die Demo über Stackblitz gehostet. Ab 2023 sind wir auf gitlab pages umgestiegen.
[
Demo auf Stackblitz
](
https://stackblitz.com/github/University-of-Potsdam-MM/zukunftstag2022-game/
)
## Ordnerstruktur
Im Folgenden wird die Ordnerstruktur erklärt:
```
bash
├── Dockerfile
# docker file to create environment
├── LICENSE
├── README.md
├── docker-compose.yml
# docker file to run the server locally
├── game
# folder with the games
│ ├── css
# styles for the website
│ ├── icons
│ │ ├── 2022
# icons from 2022
│ │ ├── 2023
# icons from 2023
│ ├── img
# images for the website
│ ├── js
# javascript scripts and libraries
```
## Wo könnt Ihr mehr über
Informatik
lernen?
## Wo könnt Ihr mehr über
Programmierung
lernen?
-
Hier findet Ihr sehr viele Veranstaltungen und Projekte:
[
Jugend hackt, Open Knowledge Foundation
](
https://jugendhackt.org/
)
...
...
This diff is collapsed.
Click to expand it.
game/game.html
+
1
−
1
View file @
837e9b60
...
...
@@ -4,7 +4,7 @@
<meta
charset=
"UTF-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<title>
Game Seite
</title>
<script
src=
"pixi.js"
></script>
<script
src=
"
js/
pixi.js"
></script>
<link
rel=
"stylesheet"
href=
"css/styles.css"
>
</head>
<body>
...
...
This diff is collapsed.
Click to expand it.
game/pixi.js
→
game/
js/
pixi.js
+
0
−
0
View file @
837e9b60
File moved
This diff is collapsed.
Click to expand it.
package-lock.json
deleted
100644 → 0
+
0
−
2021
View file @
fc469d5d
This diff is collapsed.
Click to expand it.
package.json
deleted
100644 → 0
+
0
−
10
View file @
fc469d5d
{
"name"
:
"zukunftstag2022-game"
,
"version"
:
"1.0.0"
,
"private"
:
true
,
"type"
:
"module"
,
"dependencies"
:
{
"
nodemon
"
:
"
^2.0.15
"
},
"scripts"
:
{}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment