This blog will feature a case study of game development using OOP.
The game to be developed is "HANGMAN". To begin with we have to decide which language to choose for implementing the application.The most popular choices for this task can be Python and C++. While C++ is very much efficient in terms of runtimes and memory usage , it offers less features and limited libraries.On the other hand Python consists of a ton of in-built libraries for development purposes. Thus, using Python is the suitable way to proceed for this project .
The game to be developed is "HANGMAN". To begin with we have to decide which language to choose for implementing the application.The most popular choices for this task can be Python and C++. While C++ is very much efficient in terms of runtimes and memory usage , it offers less features and limited libraries.On the other hand Python consists of a ton of in-built libraries for development purposes. Thus, using Python is the suitable way to proceed for this project .
👍👍
ReplyDelete😁
Delete