https://github.com/dozoisch/csgames15-competitions
List of all the open-sourced competitions of CSGames 2015
https://github.com/dozoisch/csgames15-competitions
Last synced: over 1 year ago
JSON representation
List of all the open-sourced competitions of CSGames 2015
- Host: GitHub
- URL: https://github.com/dozoisch/csgames15-competitions
- Owner: dozoisch
- Created: 2015-03-29T21:06:21.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-12-18T18:40:47.000Z (over 10 years ago)
- Last Synced: 2025-01-29T14:35:38.699Z (over 1 year ago)
- Size: 63 MB
- Stars: 18
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [CSGames][csgames] Competitions Package
> The Computer Science Games are a collegiate competition that includes challenges from all aspects of computing.
> The Games are a weekend long thrill ride with logic puzzles, difficult algorithms, intense video game competitions, social activities, and of course, programming. Organized by students from different university every year, the CS Games is open to all undergraduate students.
## List of Competitions
Here is the list of competitions that were held this year. Not all the competitions could be open-sourced, as some had to stay private.
Pending approval means that it's still unknown if it is going to be open-sourced or not.
### Sponsor Comp
- [**Radialpoint - Relay Programming**][relay]
- **Orckestra - Software Engineering** *(pending approval)*
### Technical
- [**Artificial Intelligence**][ai]
- [**Machine Learning**][ml]
- [**Theoritical Computer Science**][tcs]
- [**Web**][web]
- **XP** Due to the format of the competition, it'll stay private
- **Operating System** *(pending approval)*
- [**Parallel Computing**][parallel]
- **Embedded Systems** *(pending approval)*
- [**Database**][db]
- **Secret** The virtual machine in this competition could not be open-sourced.
### Fun
- **Sport**
- Bubble Soccer
- Volleyball
- **Scavenger Hunt** *(soon)*
- **Gaming**
- *New:* Dark Souls 2
- *Retro:* Contra, Castlevania, Mike Tyson Punch Out
### Puzzles
- Part of the puzzles should be released soon.
---
*v0.0.6*
[csgames]: http://csgames.org/
[web]: ./web
[relay]: ./radialpoint_relay_programming
[tcs]: ./tcs
[parallel]: https://github.com/faouellet/CSGames2015-Parallelism
[db]: https://github.com/ebelair/CSG15-DB
[ml]: https://github.com/pikaille/MachineLearningChallenge
[ai]: https://github.com/scarriere/CSGames-AI2015