Skip to content

oziomek1/bt3103

Repository files navigation

BT3103

Features:

  • AWS Lambda deployed using Github Actions
  • External website with interactive PyGame
  • Python game using PyGame library as an example
  • Github stored files as text source for course path

PyGame in browser is possible thanks to this project:

https://github.com/Petlja/pygame4skulpt

Links:

Data is stored with every single POST request to our function. Example single input below:

solution_id - unique Id of entry
input - user solution for a task
result - fail or passed output after evaluation
task_id - Id of a task
time - Timestamp
user_token - unique user token taken from achievements. Token from website set to "EXTERNAL"

Images:

  • Main course page

  • Example game menu

  • Example game play