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

Added player and more! #8

Merged
merged 11 commits into from
Dec 30, 2023
Merged

Added player and more! #8

merged 11 commits into from
Dec 30, 2023

Conversation

Zac8668
Copy link
Collaborator

@Zac8668 Zac8668 commented Nov 23, 2023

This PR is kinda big, we added:

  • Actors
    • AABB colliders that interact with the atom world.
  • Player
    • The player is pretty cool! It has some animations, a jetpack and a pretty nice tool!
  • Player tool
    • The tool can suck atoms(Left Mouse Button), and also shoot(Right Mouse Button) the atoms you sucked!
  • Engine Changes
    • We changed the Chunk Manager approach to store Chunks in a Vec to storing them in a HashMap, this lays the ground for future updates, like Save/Load worlds, and big explorable worlds. It was needed to simplify addind the other additions and unfortunately took some time to do.

@Zac8668 Zac8668 changed the title Add player Added player and more! Dec 30, 2023
@Zac8668 Zac8668 merged commit 1e304c9 into main Dec 30, 2023
@Zac8668 Zac8668 deleted the actors branch December 30, 2023 02:10
@erlend-sh erlend-sh mentioned this pull request Jan 10, 2024
8 tasks
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

Successfully merging this pull request may close these issues.

None yet

1 participant