Skip to content

jd4rider/bunnybreakout

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bunny Breakout

A Unity game based on the original brick busting classic.

Web Build

About

This project was created as a simple practice project to mess around with some Unity features. The code is not particularly well organized at this point. It also doesn't represent any ideal way to approach problems. It does show a lot of experimentation to solve various issues in order to explore how the ECS (Entity-Component System) of Unity works and how to best utilize the scripting system that supports it.

Learnings

  • In working through this it's obvious that there is lots of potential in utilizing the scripting DLL's to provide more functionality than might be apparent at first.
  • Designing scripts for game objects requires some forethought. The best scripts seem to focus on behaviors in general. I kept falling into a problem where I'd want a script to just do one more thing. Constant refactoring of scripts seems necessary as projects grow.
  • Games are hard to build not for the building but for the playability.
  • Good art helps
  • Making sounds is fun

Acknowledgements

Thank you to everyone that posts comments and answers to forums and to those that actually ask your questions so others can find answers.

Thank you to those that create music out there to share. I love to compose and wish I had time to work more on it, but it is great to have such diverse sounds out there. In this project the following artists' work was used:

From FreeSoundTrackMusic

About

A unity game based on the classic Araknoid

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%