Inspiration

Studying C/C++ and want to try coopering them into games

What it does

It will connect with the terminal to create a snake game with sufficient data

How we built it

We write the C code that initiates the objects (such as wall, empty space, snake, and food) to represent them in the visualization in terminal, then we parse the data to make a map (this also means that we can create a new map by ourselves). Finally, we connect the keyboard input to the terminal to make the game runs while users can control.

Challenges we ran into

Have a huge complexity during the parsing process

Accomplishments that we're proud of

We create some function that makes the new map

What we learned

Learn how to create the game from the more complex language like C

What's next for Writing a simple snake game using C

Maybe implement it more in python or java, or something as complex such as C++

Built With

Share this project:

Updates