-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
22 lines (17 loc) · 757 Bytes
/
README
File metadata and controls
22 lines (17 loc) · 757 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
This was a fun personal project where I created snake
with pure ASCII as the output.
Changelog:
=================
01/01/13 EL - Began refactoring code
- Refactored Game class to use strategy template to allow
easy adding of game modes (ie. 2 player in the future)
01/01/13 EL - Refactored Food Class and Added a FoodContainer Class
- Optimized a bit by only modifying the board where needed
Next Task:
=================
01/01/13 EL - Refactor snake
- Update to use SDL framework to use graphics
- Port over to other languages/devices
All *.cpp files are commented with details about how the code works.
In the notes section, I have included changes which I plan to implement.
Please give me some credit if you plan to modify the code.