Constantin Fürst
|
5bfbbf21fa
|
write readme and update license
|
8 months ago |
Constantin Fürst
|
444af158aa
|
continue rewrite and introduce separate vertical and horizontal speeds to make the snake move consistently
|
8 months ago |
Constantin Fürst
|
59796d33b0
|
rewrite the game with my code styling and modern c++ view
|
8 months ago |
Constantin Fürst
|
ba020ac3ba
|
restructure and use cmake
|
8 months ago |
Vissarion Moutafis
|
94ccf02ee2
|
Update README.md
|
4 years ago |
VissaMoutafis
|
b420c6e3d2
|
Merge branch 'master' of https://github.com/VissaMoutafis/Snake_Game_in_Cpp
|
5 years ago |
VissaMoutafis
|
be153f01b9
|
fixed the bug described in the first issue
|
5 years ago |
Vissarion Moutafis
|
4a9f313bda
|
Update README.md
|
5 years ago |
Vissarion Moutafis
|
1e7ea83b26
|
Update README.md
|
5 years ago |
Vissarion Moutafis
|
cab4a39ecd
|
Update README.md
|
5 years ago |
Vissarion Moutafis
|
b0e6e915d3
|
Update README.md
|
5 years ago |
Vissarion Moutafis
|
367677d76b
|
Update README.md
|
5 years ago |
Vissarion Moutafis
|
8a66f43b37
|
Update README.md
|
5 years ago |
Vissarion Moutafis
|
766ebc62e2
|
Update README.md
|
5 years ago |
VissaMoutafis
|
56d5b96e98
|
fixed the score print
|
5 years ago |
VissaMoutafis
|
baf56b9564
|
added a 'Player' class and a 'Game' class to achieve higher encapsulation and data abstraction
|
5 years ago |
Vissarion Moutafis
|
aa75dceec1
|
Merge pull request #4 from VissaMoutafis/revert-3-revert-1-master
Revert "Revert "track bin/ directory""
|
5 years ago |
Vissarion Moutafis
|
4d927a72d8
|
Revert "Revert "track bin/ directory""
|
5 years ago |
VissaMoutafis
|
dc886f56f8
|
deleted .vscode files
|
5 years ago |
VissaMoutafis
|
aacb862071
|
Merge branch 'master' of https://github.com/VissaMoutafis/Snake-Game-in-C-
|
5 years ago |
VissaMoutafis
|
2d0c63e96c
|
changed perms
|
5 years ago |
Vissarion Moutafis
|
9df5463d77
|
Merge pull request #3 from VissaMoutafis/revert-1-master
Revert "track bin/ directory"
|
5 years ago |
Vissarion Moutafis
|
de38b1577b
|
Revert "track bin/ directory"
|
5 years ago |
Vissarion Moutafis
|
b56b494a25
|
Merge pull request #1 from otalpster/master
track bin/ directory
|
5 years ago |
Plato
|
30c4228997
|
track bin/ directory
Previously we didn't track bin/ directory resulting in failed
compilation.
|
5 years ago |
Vissarion Moutafis
|
ada37695df
|
Update README.md
|
5 years ago |
Vissarion Moutafis
|
8b783f5df3
|
Update README.md
|
5 years ago |
Vissarion Moutafis
|
92ae4721d9
|
Update README.md
|
5 years ago |
Vissarion Moutafis
|
eabaaa84e1
|
Update README.md
|
5 years ago |
VissaMoutafis
|
0c5133987a
|
removed the cursor to make the UX a little better
|
5 years ago |
VissaMoutafis
|
b58bb207a0
|
added a function to alter teh difficulty as the snake's getting bigger and bigger
|
5 years ago |
Vissarion Moutafis
|
96d2c9be28
|
Update README.md
|
5 years ago |
Vissarion Moutafis
|
beae253ecb
|
Update README.md
|
5 years ago |
Vissarion Moutafis
|
d64c427fdd
|
Finished README.md
|
5 years ago |
Vissarion Moutafis
|
c44c4c381f
|
Update README.md
|
5 years ago |
VissaMoutafis
|
d273b9ea34
|
added snack generator and implemented teh snake-snack collision checker
|
5 years ago |
VissaMoutafis
|
b89aece3e6
|
fixed the collisions, TODO: Snack functions and snack collisions
|
5 years ago |
Vissarion Moutafis
|
67f85e5cc1
|
Update .gitignore
|
5 years ago |
VissaMoutafis
|
9348605b58
|
Merge branch 'master' of https://github.com/VissaMoutafis/Snake-Game-in-C-
|
5 years ago |
Vissarion Moutafis
|
aeea471133
|
Initial commit
|
5 years ago |
VissaMoutafis
|
bf2edd9fc2
|
Controller ready, Input methods ready, Board Ready, Snake collision events to be made and Snack class to be implemented
|
5 years ago |