American Young Coder (AYC)

AYC logo
Loading Events

« All Events

  • This event has passed.

5 PM – Python Game Development – Darin

June 17 @ 5:00 pm - 6:00 pm

What We Did Today:

  1. Explained more details on the final project, assigned repositories on gitlab for project submissions and updates.
  2. Made the Game Landing Page mode.
  3. Implemented mouse clicking features.

 

Homework:

START WORKING ON YOUR FINAL PROJECT WITH YOUR PARTNER. Skip step 1 and 2 if you have completed the project proposal.

  1. Create a project proposal with your partner (communicate with each other via email)
    1. Here is the format for the proposal:
      1. Title of Game
      2. List of assets: (Game Assets like the PNG files) + (Audio files for back ground music and sound effects)
      3. Storyline of the game
      4. Game Mechanics
      Like how do players win or lose, how many players are in the game,          what the enemies are like, if they can die, are there any projectiles?          How is the game animation, do the players move in one direction or          any direction? You want to cover EVERY single detail in the game.
      5. Timeline for project completion
    2. Here are where you can find the assets:
      1. https://opengameart.org/ – FREE GAME ASSETS
      2. https://graphicriver.net/ – PAID GAME ASSETS
      3. https://audiojungle.net/ – Background Music Assets
      4. Free sound effects (sounds for when things happen in game like collisions): https://drive.google.com/drive/folders/1IRf4aOifVHHRO7vbd0Yrc5nYwbV1msuJ?usp=sharing
      tip: for searching the assets, you could type in something like “Dragon Game Assets”, or “SpaceShip Game Assets”
  2. Example of a project proposal (You don’t have to copy the exact style, this is just a rough example): https://docs.google.com/document/d/1wrFWKXBHGe7RTjlbHXs78FiQ4-Wfc_1RK8ZevsN9dZw/edit?usp=sharing
  3. Update your project proposal to have a complete detailed timeline on the things you will implement in the project, and assign the tasks correspondingly. Do not wait for each other to begin making updates, you can just assign the tasks and if the other person wants to do something else, they can try to change the tasks.

Your second homework is to

implement the game_credits_page() method, with the same feature of clicking on the play button, but add in credits in the same way you spawned the score as shown:

self.draw_text(credit_x, 50, "Game Developer: {your name}", RED)
self.draw_text(credit_x, 100, "Game Designer: {your name}", RED)
self.draw_text(credit_x, 150, "Game Asset: graphicriver.net", RED)
self.draw_text(credit_x, 200, "Game Audio: audiojungle.net", RED)
self.draw_text(credit_x, 250, "Game Advisor: Darin Djapri", RED)
self.draw_text(credit_x, 300, "School: AYCLOGIC.COM", RED)

IMPORTANT NOTES:

You can contact me via ddjapri@ayclogic.com for any questions or concerns.

Details

Date:
June 17
Time:
5:00 pm - 6:00 pm
Event Categories:
,
Verified by MonsterInsights