User Tools

Site Tools


public:problem_solving_challenge_2016

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
public:problem_solving_challenge_2016 [2016/10/08 13:32] – [Sending Commands] davidthuepublic: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.
  
-{{ :public:problem_solving_challenge_2015:codeship_intro.png?nolink&600 |}}+{{ :public:problem_solving_challenge_2015:codeship.png?nolink&600 |}}
 =====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 [x][y] and try shooting if there's an asteroid there and our weapon is ready +    // test grid location 0][2] and try shooting if there's an asteroid there and our weapon is ready 
-    if(grid[x][y] == "A" && weaponReady)+    if(grid[0][2] == "A" && weaponReady)
     {     {
         command.shootFirst = true;         command.shootFirst = true;
/var/www/cadia.ru.is/wiki/data/attic/public/problem_solving_challenge_2016.1475933542.txt.gz · Last modified: 2024/04/29 13:33 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki