Skip to content

Commit a321b70

Browse files
committed
add ai
1 parent 1c9d6fb commit a321b70

File tree

4 files changed

+31
-4
lines changed

4 files changed

+31
-4
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,25 +27,26 @@ In dit vak bouwen we Object Oriented games met [excalibur](https://excaliburjs.
2727
<br>
2828
<br>
2929

30-
## Startcode
30+
## Aan de slag
3131

3232
- [Startproject Excalibur](https://github.com/HR-CMGT/prg4-startproject-2025)
3333
- [Chrome Devtool plugin](https://chromewebstore.google.com/detail/excalibur-dev-tools/dinddaeielhddflijbbcmpefamfffekc)
3434
- [Troubleshooting](./snippets/troubleshooting.md)
35-
- [🔥 Code snippets](./snippets/README.md)
35+
- [Code snippets](./snippets/README.md)
36+
- [Hulp vragen aan AI](./snippets/ai.md)
3637

3738
## Project publiceren
3839

3940
- [Setup instructies voor github pages](./setup.md)
4041
- [Plaats je game op itch.io](https://itch.io/docs/creators/html5)
4142
- [Arcade Kast](https://github.com/HR-CMGT/arcade-game)
43+
- [Standalone Game met Electron](https://github.com/excaliburjs/template-electron)
4244

4345
## Excalibur documentatie
4446

4547
- [Excalibur](https://excaliburjs.com)
4648
- [Excalibur API documentation](https://excaliburjs.com/docs/api/edge/index.html) en [V0.29 notes](https://github.com/excaliburjs/Excalibur/releases/tag/v0.29.0)
4749
- [Excalibur forum](https://github.com/excaliburjs/Excalibur/discussions)
48-
- [CMGT AI chatbot voor Excalibur](https://ai-assistent-mu.vercel.app) en [Prompting AI tips](./snippets/ai.md)
4950

5051
<br><br><br>
5152

images/ai-github-assistent.png

237 KB
Loading

images/ai-vercel-assistent.png

172 KB
Loading

snippets/ai.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,30 @@
1-
## Prompting AI
1+
# Hulp vragen aan AI
2+
3+
- [Chat met de repository](#chat-met-de-repository)
4+
- [CMGT chatbot](#cmgt-chatbot)
5+
- [Prompting](#prompting)
6+
7+
<br><br><br>
8+
9+
## Chat met de repository
10+
11+
In [de github repository](https://github.com/HR-CMGT/PRG04-2024-2025/) kan je op het ***copilot*** icoontje klikken om een chatvenster te openen. Je kan dan specifieke vragen over de repository stellen. Zie dit screenshot voor een voorbeeld.
12+
13+
![copilot](../images/ai-github-assistent.png)
14+
15+
<br><br><br>
16+
17+
## CMGT Chatbot
18+
19+
Je kan aan de [CMGT chatbot](https://ai-assistent-mu.vercel.app) specifieke vragen stellen over ExcaliburJS. Zie dit screenshot voor een voorbeeld.
20+
21+
![vercel](../images/ai-vercel-assistent.png)
22+
23+
https://ai-assistent-mu.vercel.app
24+
25+
<br><br><br>
26+
27+
## Prompting
228

329
Je kan AI tools zoals ChatGPT een beter resultaat laten geven als je in de prompt de stijl van programmeren aangeeft:
430

0 commit comments

Comments
 (0)