ParadoxZero / sfml-snake

snake game in C++ using sfml library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Need GUI menu

ParadoxZero opened this issue · comments

Features like

  • Game start
  • Options
  • Exit

even after the game is started, a pause/ game over menu needed with stuff like :

  • Resume
  • Reset
  • Exit

I have a library like code from Another project that can be used. Will update any progress

Implemented the code. Working good now.