Python Challenges

Python 2 Text Game Challenges – 2

Haunted House Challenge 2 The following will guide you through the development of a simple game. Other activities will add room, objects, inventories and enemies.CODING TIMEEnter the following code for the second stage and test it.In this second version of the game, the player makes moves in many directions and either escapes or dies!– Using […]

Python 2 Text Game Challenges – 2 Read More »

Python 2 Text Game Challenges – 1

Haunted House Challenge 1 – 4XP The following will guide you through the development of a simple game. Other activities will add room, objects, inventories and enemies. CODING TIMEEnter the following code for the first stage and test it.In this first version of the game, the player makes only one single move and the quits

Python 2 Text Game Challenges – 1 Read More »

Python Challenge 3.2.3 Boss

Boss Challenge 3.2.3 Azltech Distributors App – 10XP Create an app for a costing program, where the order details are entered, and the total cost is calculated. Determine the IPO, design a flowchart algorithm and create/test the Python code.Save as azltech_app.py  Scenario Azltech Distributors currently calculates for costs dispatching orders manually. The manager has decided

Python Challenge 3.2.3 Boss Read More »

Python Challenge 3.2.2 Boss

Boss Challenge 3.2.2 Diving App – 8XP Create an app to score the dives in the Games. Determine the IPO, design a flowchart algorithm and create/test the Python code.Save as diving_app.py  Scenario                                                                                               Each of the seven judges score dives out of 10 and the athlete with the highest total is the winner. The

Python Challenge 3.2.2 Boss Read More »