generated from technolyceum/ai6-m2
Initial commit
This commit is contained in:
5
quiz_game/starter_templates/static/script.js
Normal file
5
quiz_game/starter_templates/static/script.js
Normal file
@@ -0,0 +1,5 @@
|
||||
// 1. This file should contain the game logic
|
||||
// TODO: Implement question loading from API
|
||||
// TODO: Implement answer handling
|
||||
// TODO: Implement lifeline functionality
|
||||
// TODO: Add event listeners for game controls
|
||||
6
quiz_game/starter_templates/static/style.css
Normal file
6
quiz_game/starter_templates/static/style.css
Normal file
@@ -0,0 +1,6 @@
|
||||
/* 1. This file should contain basic styling for the game
|
||||
* TODO: Add styles for game container
|
||||
* TODO: Style question display elements
|
||||
* TODO: Style answer options
|
||||
* TODO: Add styles for game controls and lifelines
|
||||
*/
|
||||
Reference in New Issue
Block a user