- Héctor Miranda García A01658845
- Misael Chavez Ramos A01659759
- German Wong del Toro A01655080
- Victor Hugo Portilla Ortiz A01659198
This is our evidence project for the “implementación de metodos computacionales” subject, in which we were intended to create a solution for our training partner's proposed problem. Our current training partner is an organización called “Percussion Arts Society”; we chose to implement a project for the interactive percussion committee. We developed a videogame that allows the user to practice and improve their ability to follow a rhythm; our game idea is based on the popular game called “Simon says” in which the attacker must repeat or follow an instructed sequence or order. In our game, the user must repeat a sequence of beats, just as the attacker produced them to tackle them and increment their score. In addition to game development, the subject required us to set up a server and a website, where users will be able to create accounts, create sessions, add administrator functionalities, save users' progress and information, etc; for this, we were required to make use of Django for settings up the server and SQLite as the database. In the end, we were able to create this nice and great solution.
In case you want to know more about the current project, we invite you to open our 26 pages user manual, where we explain in detail, how you could run the project and game.
spaceDrummersProyect
├───animations
├───dataBase
├───django_server
│ └───sd_server
│ ├───sd_server
│ │ └───__pycache__
│ ├───static
│ │ ├───profile_photos
│ │ │ └───the_data
│ │ ├───resources
│ │ ├───scripts
│ │ │ └───anime-master
│ │ │ └───anime-master
│ │ │ ├───.github
│ │ │ │ └───ISSUE_TEMPLATE
│ │ │ ├───documentation
│ │ │ │ ├───assets
│ │ │ │ │ ├───css
│ │ │ │ │ ├───fonts
│ │ │ │ │ ├───img
│ │ │ │ │ │ └───icons
│ │ │ │ │ └───js
│ │ │ │ │ ├───anime
│ │ │ │ │ └───vendors
│ │ │ │ └───examples
│ │ │ ├───lib
│ │ │ └───src
│ │ ├───styles
│ │ │ └───helvetica_font
│ │ └───videogame_file
│ ├───templates
│ │ └───registration
│ └───videojuego
│ ├───migrations
│ │ └───__pycache__
│ └───__pycache__
├───single_scripts
│ └───txt_tabs
├───staticAPIs
├───unity
├───vectors
│ ├───alien_1
│ ├───alien_2
│ ├───alien_3
│ ├───alien_4
│ ├───alien_5
│ ├───background
│ ├───config
│ ├───drumstick
│ ├───in_level_pack_selection
│ ├───level_pack_selection
│ ├───login_assets
│ ├───main_menu
│ ├───pause_menu
│ ├───portada
│ └───space_ship
└───website_sd
├───resources
├───scripts
│ └───anime-master
│ └───anime-master
│ ├───.github
│ │ └───ISSUE_TEMPLATE
│ ├───documentation
│ │ ├───assets
│ │ │ ├───css
│ │ │ ├───fonts
│ │ │ ├───img
│ │ │ │ └───icons
│ │ │ └───js
│ │ │ ├───anime
│ │ │ └───vendors
│ │ └───examples
│ ├───lib
│ └───src
└───styles
└───helvetica_font
attribution-noncommercial-sharealike 4.0 international (cc by-nc-sa 4.0)