section-engineering-education / engineering-education

“Section's Engineering Education (EngEd) Program is dedicated to offering a unique quality community experience for computer science university students."
Apache License 2.0
363 stars 889 forks source link

[Languages] Creating a Simple Hunt the Wumpus Game with Python, Flask and SocketIO #6684

Closed csamuelsm closed 2 years ago

csamuelsm commented 2 years ago

Proposed title of article

Creating a Simple Hunt the Wumpus Game with Python, Flask, and SocketIO

Proposed article introduction

One of the first computer games is Hunt the Wumpus. It is a simple adventure game that was developed in 1973. In Hunt the Wumpus, the player is an adventurer entering a dungeon looking for a treasure. The goal of the adventurer is to find the treasure and get out of the dungeon avoiding the pits where he can fall in and the Wumpus: a monster who kills anyone it sees. To do that, the player has to pay attention to the signals: when he is near a pit he can feel a breeze, and when he is near the Wumpus he can smell the Wumpus' stink.

Hunt the Wumpus was studied by computer scientists in the early days of the artificial intelligence field and it exemplifies the use of logic in A.I. In this tutorial, we are going to build a simple graphical web-based Hunt the Wumpus game using Python, Flask, and SocketIO.

Key takeaways

References

Templates to use as guides

github-actions[bot] commented 2 years ago

👋 @csamuelsm Good afternoon and thank you for submitting your topic suggestion. Your topic form has been entered into our queue and should be reviewed (for approval) as soon as a content moderator is finished reviewing the ones in the queue before it.

lalith1403 commented 2 years ago

Great topic 🚀 , make sure it matches the following:

Please reference any relevant EngEd articles in yours and build a unique project - Approved.

hectorkambow commented 2 years ago

@csamuelsm Any update on this PR?

csamuelsm commented 2 years ago

@csamuelsm Any update on this PR?

I'm working on it. I'll be sending the PR soon.

WanjaMIKE commented 2 years ago

Closed #6684 via #7314