hecrj / coffee

An opinionated 2D game engine for Rust
https://docs.rs/coffee
MIT License
1.08k stars 55 forks source link

Create game examples #49

Open hecrj opened 5 years ago

hecrj commented 5 years ago

It would be great to create some actual game examples to showcase the engine as a whole. It should also help us understand the shortcomings of the engine and serve us to choose what to improve next!

The examples should be simple, so we shouldn't go too crazy with the game complexity. I think simple games like tetris, breakout, pong, etc., are the way to go. We can use OpenGameArt.org for any assets we need and give proper credits in the examples README!

This is the perfect chance if you want to get familiar with the engine while contributing at the same time!

JohnDoneth commented 5 years ago

I've previously started a breakout example in my fork under the branch breakout-example. I've been busy as of recently and haven't had much time to work on finishing it up. Any PR's are welcome.