-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathchangelog.txt
More file actions
33 lines (33 loc) · 1.12 KB
/
Copy pathchangelog.txt
File metadata and controls
33 lines (33 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---------LOG-----------
- First C/C++ class (26/06/2017), project game making: Caro, Sudoku, Snake
--> Snake challenge accepted!
-------BUILD LOG-------
******26/06/2017*******
- Research snake game making on internet
- Build a wall around
******27/06/2017*******
- Build a snake head can move around and snake properties
- Food spawning (a big bug)
******28/06/2017*******
- Big bug removed (still some)
- Snake tail build (luckily! just some bug)
******29/06/2017*******
- IU Snake ver 0.01beta completed with ONE bug (go left on the start will kill snake :) )
Feature:
- A simple snake game
- Snake can move around map, eat food, die when touch wall or eat himself :)
- Snake move vertical fasterrrrr...
- Scoring system included
- No annoying cursor mess up
- No long delay
- Just 1.0 MB :)
******30/06/2017*******
- IU Snake ver 0.02beta updated
- Snake can go through safe border (no bug detected)
- Score board added
******06/07/2017*******
- IU Snake ver 0.03beta updated
- Fix lag when foodSpawn
******12/07/2017*******
- IU Snake ver 0.04 updated
- Divide into diff header and source files