+ 3
Game recommend : friends recommend a beginner game i can create using oops without GUI ?
My college give assignment to write game using oops in Python but without GUI
5 ответов
+ 7
Maybe you can make a tic tac toe game.
+ 6
Maybe an rock paper scrissor game?
https://code.sololearn.com/cv4jrh1H4v2z/?ref=app
+ 4
you can make hangman. Where you have to guess missing alphabets in word to save a man from being hanged. Instead of using any graphics you can return text if someone misspells, saying that the "you spelled wrong, prisoner is dead'
+ 4
Something like this.. ?
https://code.sololearn.com/cHD1Z4mg073N/?ref=app
There are many other examples on SoloLearn !! Check them out for sure.
+ 1
A real challenge: slot poker (not Texas holdem). I made it with basic knowledge last year, now I'm making Texas holdem on LAN with c++ using enet library, full OOP