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

Implement default methods for Alpha 1 #62

Open
9 tasks
barisdigi opened this issue Jan 20, 2022 · 0 comments
Open
9 tasks

Implement default methods for Alpha 1 #62

barisdigi opened this issue Jan 20, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@barisdigi
Copy link
Owner

  • Player.move(DIRECTION);
  • Player.moveTo(x, y);
  • Player.moveTo(ENTITY);
  • Player.attack();
  • Player.suicide();
  • Game.map.getZoneSize();
  • Game.map.getTerrain();
  • Pathfinder.search(from, to);
  • Documentation needs to be done as well.
@barisdigi barisdigi added the enhancement New feature or request label Jan 20, 2022
@barisdigi barisdigi added this to the Alpha 1 milestone Jan 20, 2022
@barisdigi barisdigi self-assigned this Jan 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant