Skip to content

Commit eb039be

Browse files
committed
fix(ai): assignments description
1 parent b9bf877 commit eb039be

1 file changed

Lines changed: 7 additions & 14 deletions

File tree

  • courses/artificialintelligence/assignments
Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Setup the repos
22

3-
We are going to use the following repositories:
4-
53
1. Read about Privacy and FERPA compliance [here](../../../blog/posts/FerpaCompliance/FerpaCompliance.md)
64
2. This one, for in class coding assignments. https://github.com/InfiniBrains/Awesome-GameDev-Resources
75
3. MoBaGEn, for interactive assignments. https://github.com/InfiniBrains/mobagen
@@ -10,8 +8,11 @@ We are going to use the following repositories:
108

119
There are two types of coding assignments:
1210

13-
1. Algorithm: [Beecrowd](https://www.beecrowd.com.br/) - This is an automatic grading system, and I am still creating assignments for it. I will try my best to make it work through it. If it does not work, you could just submit the code on canvas and I will grade it manually;
14-
2. Interactive: For the interactive assignments you can choose whatever Game Engine you like, but I recommend you to use the framework I created for you: [MoBaGEn](https://github.com/InfiniBrains/mobagen).
11+
1. Algorithm: [Beecrowd](https://www.beecrowd.com.br/) - This is an automatic grading system, and I am still creating assignments for it. I will try my best to make it work through it. If it does not work, you could just submit the code on canvas and I will grade it manually. Those should solved using C++;
12+
2. Interactive: For the interactive assignments you can choose whatever Game Engine you like, but I recommend you to use the framework I created for you: [MoBaGEn](https://github.com/InfiniBrains/mobagen). If you use a Game Engine or custom solution for that, you will have to create all debug interfaces to showcase and debug AI wich includes, but it is not limited to:
13+
14+
- Draw vectors to show forces applied by the AI;
15+
- Menus to change AI parameters;
1516

1617
!!! danger
1718

@@ -21,7 +22,7 @@ There are two types of coding assignments:
2122

2223
!!! inline end warning
2324

24-
If you are a enrolled in a class that uses this material, you SHOULD use the institutional and internal git server to be [FERPA](https://www2.ed.gov/policy/gen/guid/fpco/ferpa/index.html) compliant. If you want to use part of this assignments to build your portfolio I recommend you to use github and make the interactive assignment public. If you are just worried about privacy concerns, you can use a private repo on github.
25+
If you are a enrolled in a class that uses this material, you SHOULD use the institutional and internal git server to be [FERPA](https://www2.ed.gov/policy/gen/guid/fpco/ferpa/index.html) compliant. If you want to use part of this assignments to build your portfolio I recommend you to use github and make only the interactive assignment public. If you are just worried about privacy concerns, you can use a private repo on github.
2526

2627
1. Create an account on github.com or any `git` hosting on your preference;
2728
2. Fork repos or duplicate the target repo on your account;
@@ -38,12 +39,4 @@ I will be using CMake for the classes, but you can use whatever you want. Please
3839

3940
## Recordings
4041

41-
In all interactive assignmets, you will have to record a 5 minute video explaing your code. Use [OBS](https://obsproject.com/) or any software you prefer to record your screen while you explain your code. But for this one, just send me the video showing the repo and the repo invites sent to me.
42-
43-
## Grading
44-
45-
20 points total:
46-
47-
- 5 Points – inviting me to the repos;
48-
- 5 Points – sending me the video explaining the repo and the invite sent to me;
49-
- 10 Points - Show the repos cloned on your computer;
42+
In all interactive assignmets, you will have to record a 5 minute video explaing your code. Use [OBS](https://obsproject.com/) or any software you prefer to record your screen while you explain your code. But for this one, just send me the video showing the repo and the repo invites sent to me.

0 commit comments

Comments
 (0)