Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ship movements #4

Open
mansoor-s opened this issue Feb 8, 2012 · 2 comments
Open

Ship movements #4

mansoor-s opened this issue Feb 8, 2012 · 2 comments

Comments

@mansoor-s
Copy link
Owner

Implement ship movement control system.

Ships must be controlled in 3d space. When ships are told to move somewhere on the map, they should move only on the x, and y. The z stays constant, and that is how, a location on the map can be found from the mouse cursor position. Then, when the player holds the SHIFT key, he can move his mouse up, or down to indicate the location on the Z axis. Once the mouse-click is release, the ships are ordered to move to that position.

@dezmaeth
Copy link

Gonna try to implement a "queue" system also, for the movement

@mansoor-s
Copy link
Owner Author

Also, reassigning SHIFT key to queue system, and instead using CTRL key for Z axis movement

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants