share my practicing project?

I want to share my practicing project.
(developing alone doesn't feel good.)

It's just object oriented practicing. I am not that good so far.

The goal is practicing 'open to extend' principle.

I implement map, and view first. then I added controller and cursor(mouse).

Clicking map is just for a test.

So far, you can use arrow to move view, move mouse to move cursor, click anywhere inside console to see an effect.


I've learn from not-so-good project.
So I wish my project helpful.

Also, it would be really nice to have advice.

thanks for reading.

I didn't include binary file because of security issue.
The project file is for Code Blocks. But you can import it and compile from visual studio or eclipse, etc.

project:
https://docs.google.com/file/d/0B6PrKd2ypWnBX0o1MkdYYzNVV1k/edit?usp=sharing

screenshots:
cursor:
https://docs.google.com/file/d/0B6PrKd2ypWnBMUhNOUp3SmZhNTg/edit?usp=sharing
clicking animation effect:
https://docs.google.com/file/d/0B6PrKd2ypWnBZDBPajQyWWlKa0k/edit?usp=sharing
move view around to see other side of map.(by arrow buttons)
https://docs.google.com/file/d/0B6PrKd2ypWnBa2d6MWJpUXRTUE0/edit?usp=sharing
Last edited on
Topic archived. No new replies allowed.