public:problem_solving_challenge_2016
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
public:problem_solving_challenge_2016 [2016/10/08 13:51] – [Conditionals] davidthue | public:problem_solving_challenge_2016 [2024/04/29 13:33] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 6: | Line 6: | ||
Artificial Intelligence (AI) is an important part of many computer games, where it's often used to create dynamic challenges for players to overcome. In this problem solving task, your objective is to create an AI controller for a space ship in a simple 2D game. Survive for as long as you can by dodging incoming hazards, and earn a high score in Challenge Mode by shooting asteroids along the way. Welcome to Code Ship. | Artificial Intelligence (AI) is an important part of many computer games, where it's often used to create dynamic challenges for players to overcome. In this problem solving task, your objective is to create an AI controller for a space ship in a simple 2D game. Survive for as long as you can by dodging incoming hazards, and earn a high score in Challenge Mode by shooting asteroids along the way. Welcome to Code Ship. | ||
- | {{ : | + | {{ : |
=====Getting Oriented===== | =====Getting Oriented===== | ||
Line 87: | Line 87: | ||
Conditionals are identical to C & C++. An example: | Conditionals are identical to C & C++. An example: | ||
- | // test grid location | + | // test grid location |
- | if(grid[i][j] == " | + | if(grid[0][2] == " |
{ | { | ||
command.shootFirst = true; | command.shootFirst = true; |
/var/www/cadia.ru.is/wiki/data/attic/public/problem_solving_challenge_2016.1475934672.txt.gz · Last modified: 2024/04/29 13:33 (external edit)