Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 948 Bytes

File metadata and controls

23 lines (19 loc) · 948 Bytes

SnakeGame

Installation

cd your_workspace
git clone https://github.com/gemutsruhe/SnakeGame.git

Run

  1. Open Eclipse ( or other IDE )

  2. File > Switch WorkSapce > your work space
    eclips workspace

  3. In Project Explorer, Select Import projects...
    import project

  4. In General folder, Select Existing Projects into Workspace and Click Next Button
    exiting project

  5. Select root directory on cloned folder and Click Finish
    import

  6. Run Project by pressing F11 Button or Run Icon