ASU-CodeDevils / CD-GameDev

A game made in Rust.
2 stars 1 forks source link

Create HP and damage system #1

Closed Remi-Godin closed 1 month ago

Remi-Godin commented 1 month ago

The player will need HP and can take damage, as will any other NPC or enemies.

Requirements:

andresvanegas19 commented 1 month ago

Would be good if you can have a little more detail description of "What's the game about"

Remi-Godin commented 1 month ago

@andresvanegas19 Are you a student at ASU? This project was created for the CodeDevils organization's members. Right now, we just created the scaffolding for the project, but the details and vision will be determined as we progress. This is why currently things are pretty generic in regard to issues. If you are part of our club, please reach out to me on our Discord and I'll add you to the project channel.

andresvanegas19 commented 1 month ago

I’m looking for my first contribution, and this caught my attention since it’s a game and was written in Rust. I’d be happy to contribute if it’s open, or does it need to be part of a learning program from ASU?

Remi-Godin commented 1 month ago

@andresvanegas19 I appreciate your enthusiasm, but unfortunately, at this point anyway, we want to keep contributions from within our member body only.

You should join the Bevy Discord. I'm sure there are many in there looking for help on their project, and it's generally just a great community for Rust game development.

joshuawalker3 commented 1 month ago

I'll get started on this.