NM-TAFE / battleships-2021

MIT License
3 stars 15 forks source link

Create nice-looking console client #1

Open shlecturer opened 3 years ago

shlecturer commented 3 years ago

Console clients can look good too. You don't always need to have a full-blown GUI interface. For example, you could use Blessed (find it on pypi.org) to create an almost graphical UI inside the console.

jj-github93 commented 3 years ago

I've created a console client without the use of external packages. This could further be built upon to create a more appealing interface.