zsmb's prog site

Snake - C++ version

  2015.02.22.

Story

This started as an idea to adapt my original snake game written in C to C++, since there were things about it that obviously could be written in that language in nice and convenient ways.

Screenshots for the current stage of development below.

2015.02.23. Project canned for now.

2015.02.22. 13:13

Update: project moved to Codelite, and more importantly, SDL2. No new features, collision detection is slightly glitchy (snakes can't move on the edge of the map right now). Currently re-evaluating design choices.

2015.02.11. 23:29

Update: lots of coloured snakes (that can now collide, although that's not present on the screenshot below)

C++ version, picture 2

2015.02.11. 17:28

Multiple Snake class objects cruising around simultaniously

C++ version, picture 1