University Assignments

Hey, i'm looking for someone at university, or who has a page bookmarked that is acceccsible to the public, which has homework programming assignments - idealy in C++. I know there are some out there because i've found some before but never needed them back then.

So yeah, if anyone has something that might be of use that would be great!
To tell you the truth thats what made me post this question. I'm glad someone(you) have done this because sometimes its hard to think of programs to write. But yeah it made me remember finding university pages with assignements for the enitire year and was hoping that someone might be able t post something.
I'm trying to remember, I used to know a page like that... try http://www.sourcecodesworld.com/source/BrowseCategory.asp?CatId=45 they have some games (simple ones) posted with source, along with other types of projects. Maybe you'll find something there.

Edit:

As far as other projects you could try pong, asteroids, etc.

http://www.cppgameprogramming.com/cgi/nav.cgi?page=spacefight has some games with source code as well.
Last edited on
My friend who sent me those projects also sent me this for when I am ready for windows code:

1)
Make a window

2)
Activate a graphics device (vis GLUT or DX) and change the background to all black.

3)
Load a bitmap image and draw it to the upper left corner of the screen.

4)
Make a program that changes a window's background color from green to blue depending on what key is pressed (key's toggle colors).
5)
Make a program that allows the user to change the position of an image in the window with the arrow keys.

6)
Make a program that allows the user to change the position of an image in the window by clicking with the mouse (image moves to mouse click location)

7)
Make a small sprite animation (with at least 5 frames). Have the sprite be displayed changing to the next frame every 0.5 seconds.

8)
Make a program that displays a sprite that moves with the mouse.

9)
Have an image of cross-hairs appear underneath the mouse. Randomly cause images of balloons to appera on the screen. When the user clicks on a balloon have it show a *pop* animation that consists of at least 3 frames.

10)
Modify the previous program to have each balloon move upwards w/ constant (randomly chosen at balloon creation) velocity.

11)
Modify the previous program to keep a score of how many ballons have been popped and display it in the upper right corner.

12)
Modify the program so that instead of balloons, small spaceships randomly appear, each spaceship will turn randomly, the image must be rotated so that it is oriented in the same direction as the spaceship moves. If two spaceships collide, they should both explode, giving the player no points.





Don't know if thats what you want. He was annoyed at me when he wrote it so theres not much detail.
Topic archived. No new replies allowed.