os-ucsd / casino

An open source casino/arcade built by the open source community at UC San Diego! :game_die: :space_invader:
3 stars 0 forks source link

Proposal: Add GAME to the casino #1

Closed chrisjrobles closed 5 years ago

chrisjrobles commented 5 years ago

Name of the game: Snek

Description

Snek is a variant of the classic snake game. The difference in this game is that there will be obstacles and possibly power-ups. Currently, I'm planning on implementing gameplay from the terminal but if I have enough time, I'd like to implement browser play. Here is an example of a simple implementation.

From scratch or inspired?

This game is inspired. Here is the link to the inspiration.

What programming language(s) do you expect to use for this game?

I'm going to use python but might end up using javascript if I implement a web version.

How much programming experience do you have?

I've done CSE 11, 12, 15L and ECE 15. I've also done some computer science research and am doing a software engineering internship right now.

asg017 commented 5 years ago

Looks great, looking forward to be snakey!🐍

Normally, this seems like a pretty big task to take on, but it looks like there's a pretty good amount of pre-existing games out there, and you seem pretty comfortable with these languages, so here's your official seal of approval!

Thanks for the proposal, Chris! 🚀

chrisjrobles commented 5 years ago

Thanks!! 🚀

asg017 commented 5 years ago

Hey @chrisjrobles !

Now that your proposal got the SEAL of approval, I'll be closing this issue since it's now complete!

For our Open Source Summer Challenge for Week 3, we are creating a new issue (#6) that will track the actual implementation (coding, documentation, testing, etc.) of the game. This issue you made was just for proposing your game, so it has served its purpose. Now, to claim the new issue, please go to Issue #6 , and comment saying that you'll be Implementing Snek! Once we get your comment, we will assign that issue to you.

Let me know if you have any questions, or if any parts of this is confusing!