public:t-vien-07-1:program_1
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
public:t-vien-07-1:program_1 [2007/01/19 04:06] – created hannes | public:t-vien-07-1:program_1 [2024/04/29 13:33] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Programming Assignment 1: Scene with interactive items ====== | + | ====== Programming Assignment 1: Room with interactive items ====== |
+ | |||
+ | ===== Basic Info ===== | ||
+ | |||
+ | **Due:** Friday, Feburary 2nd at 23:59\\ | ||
+ | **Group size:** 2 people\\ | ||
+ | **What to turn in:** Single ZIP file with Python files, asset files and an item data file\\ | ||
+ | **Note:** If you use code or assets from others, remember to give credit where it is due | ||
+ | |||
+ | |||
+ | ===== Description | ||
* Write a program that displays the interiors of a room. You can use the same method and assets as presented in Lab2, but at least change the shape and play with the textures and lights. | * Write a program that displays the interiors of a room. You can use the same method and assets as presented in Lab2, but at least change the shape and play with the textures and lights. | ||
* Create a class for **interactive items** that at least holds information about ' | * Create a class for **interactive items** that at least holds information about ' | ||
* Populate the room with 8 - 12 items by reading in a text file of the following format: | * Populate the room with 8 - 12 items by reading in a text file of the following format: | ||
- | * OBJECT: | + | * ITEM: |
- | * OBJECT: | + | * ITEM: |
* ... | * ... | ||
- | * Once all the items are displayed in the room, one of them becomes the selected one. A selected item needs to stand out in some manner, for example by switching to a particularily bright texture or by bobbing up and down (you can use your imagination here). | + | * Once all the items are displayed in the room, one of them becomes the selected one. A selected item needs to stand out in some manner, for example by switching to a particularily bright texture or by bobbing up and down (you can use your imagination here). |
- | * The user should then be able to hit the right and left arrow keys to cycle through the objects | + | * The user should then be able to hit the right and left arrow keys to cycle through the items in the room, selecting one item at a time (in any order you choose). |
- | * When the user hits the ENTER key, you can make something happen depending on what the object | + | * When the user hits the ENTER key, you can make something happen depending on what the item is. It is enough just to show the 'usage effect' |
+ | |||
+ | ===== Resources ===== | ||
+ | |||
+ | * You can populate your room with items from [[http:// | ||
/var/www/cadia.ru.is/wiki/data/attic/public/t-vien-07-1/program_1.1169179601.txt.gz · Last modified: 2024/04/29 13:33 (external edit)