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

vertical movement is a little faster than horizontal movement #10

Open
lynus opened this issue Jun 13, 2014 · 4 comments
Open

vertical movement is a little faster than horizontal movement #10

lynus opened this issue Jun 13, 2014 · 4 comments

Comments

@lynus
Copy link
Contributor

lynus commented Jun 13, 2014

and I think speedup feature is needed.

@alexdantas
Copy link
Owner

Vertical movement is indeed a little faster than horizontal movement, but that's inherent to terminal-based applications.

You see, the characters are taller than wider, in an approximate proportion of 2:1.

To make the square-ish effect of nFlood (screenshot below) I actually printed two characters on the screen instead of one.

I could make that on nSnake, but it would reduce significantly the screen size. It would also require changing a good part of the interface code.

Maybe if more people requested it I could make a test.

screen2

@alexdantas
Copy link
Owner

And about the speed-up effect, you're right!
I added a new issue #11 with your suggestion.

@ghost
Copy link

ghost commented Oct 30, 2016

+1 For the speed being equalised.

@ViLXDRYAD
Copy link

ViLXDRYAD commented Jun 8, 2018

i upvote this feature too, perhaps instead of using two characters per tile, it may also work to reduce speed to half moving vertically, and having the usual speed when moving horizontally

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

3 participants