-
Add second snake
-
Snake moves through right wall
-
Snake moves through right wall
-
Version 1.0 is here!
-
Home
-
-
Ovidiu PODARIU
committed
[b308fb]
Update README
-
PODARIU Ovidiu
committed
[645ded]
Implemented Menu methods and added the virtual key codes for the keyboard arrows.
-
PODARIU Ovidiu
committed
[adce20]
Implemented the snake's actions and added extra methods.
-
PODARIU Ovidiu
committed
[a2f996]
Implemented Output methods.
-
PODARIU Ovidiu
committed
[0f05bb]
Add Input.h.
-
PODARIU Ovidiu
committed
[67567f]
Started working on a main menu for the game.
-
PODARIU Ovidiu
committed
[5bec77]
Redesigned output.
-
Ovidiu PODARIU
committed
[c21df2]
Add License
-
PODARIU Ovidiu
committed
[d8ba19]
Corrected isEaten() method.
-
PODARIU Ovidiu
committed
[ae3c9c]
Added method that clears the screen.
-
PODARIU Ovidiu
committed
[02c010]
Deleted VS files due to IDE change. Added Snake header.
-
PODARIU Ovidiu
committed
[2d5afa]
Implemented readInput(), but not yet tested.
-
PODARIU Ovidiu
committed
[4c702a]
Added instructions for updating the player's score.
-
PODARIU Ovidiu
committed
[cdfcab]
Added method to reset the main menu.
-
Ovidiu PODARIU
committed
[1c2065]
Add game demo
-
PODARIU Ovidiu
committed
[4ccd10]
Added declaration and definition of a food item.
-
PODARIU Ovidiu
committed
[a6a01b]
Added the main method, the game loop.
-
PODARIU Ovidiu
committed
[43d071]
Added counter before a game starts.
-
PODARIU Ovidiu
committed
[6b4887]
Included the main menu in the game.
-
PODARIU Ovidiu
committed
[290fe0]
Tested readInput().
-
PODARIU Ovidiu
committed
[05c4ab]
Implemented Board's methods.
-
PODARIU Ovidiu
committed
[4296bd]
Initial commit.
-
PODARIU Ovidiu
committed
[644338]
Fixed bug when returning to main menu.
-
PODARIU Ovidiu
committed
[2ebc22]
Added instructions. Added fields and methods to know which option is selected.
-
PODARIU Ovidiu
committed
[872782]
Corrected the generation of random coordinates for food item.
-
PODARIU Ovidiu
committed
[c73b5b]
Added instructions to prevent redefinition of Board.h.
-
PODARIU Ovidiu
committed
[46b870]
Solved issue when the snake bites itself.
-
PODARIU Ovidiu
committed
[9825be]
Added copyright information.
-
PODARIU Ovidiu
committed
[419063]
Added declaration of the Output class.
-
PODARIU Ovidiu
committed
[b1ccac]
Merge branch 'master' of https://github.com/ocpodariu/Snake
-
PODARIU Ovidiu
committed
[e18031]
Changed deprecated methods kbhit() and getch() to _kbhit() and _getch().
-
PODARIU Ovidiu
committed
[a503a3]
Added methods that calculate the new coordinates of the snake's head. Corrected typo.
-
PODARIU Ovidiu
committed
[b5d69f]
Added the definition of the board.
-
PODARIU Ovidiu
committed
[238868]
Corrected reset() and move() methods.