Skip to content

Ap0ll02/Hackathon2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hackathon 2024 (my_game)

Entry for the UNR ACM Club Biggest Little Hackathon 2024. From Friday, April 12th at 18:00, until Sunday, April 14th at 9:00.

My_Game

This is a maze game coded in the Rust programming language, using the game engine Bevy, and the physics engine Rapier3d.

Game Image

Features

  • A maze designed in blender
  • A third person camera
  • Walking or sprinting
  • A metallic skull to control (The Player)
  • A titled window, "Hackathon 2024" (This took long enough, I'm calling it a feature)

Controls

Key Action
W Move forward
A Move left
S Move backward
D Move right
Mouse Move camera

(Note the controls are relative to the camera direction)

Another Game Image

Installation

In order to install and run this game, you will need to have Rust installed on your machine. You can install Rust by following the instructions on the Rust Website.

Then ensure you have the cargo command available and then run the following:

git clone https://github.com/Ap0ll02/Hackathon2024.git
cd Hackathon2024
cargo run

The standalone executable is not currently ready, as assets need to be bundled into the executable file.

Future Plans

  • Add collision detection by implementing a new physics engine with mesh colliders
  • Add a win condition
  • Add a timer, or lose condition
  • Menu screen

Special Thanks

  • Coffee, for keeping my sanity in check
  • Friends, for making me go to bed and get good sleep every night

Credits

Third Person Camera Rust Crate

Skull Model (Metallic Skull)

About

Entry for the UNR ACM Club Biggest Little Hackathon 2024

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages