https://github.com/75team/raffle
奇舞团历年年会现场抽奖程序
https://github.com/75team/raffle
javascript raffle
Last synced: 2 months ago
JSON representation
奇舞团历年年会现场抽奖程序
- Host: GitHub
- URL: https://github.com/75team/raffle
- Owner: 75team
- License: mit
- Created: 2019-01-24T02:37:13.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-06T10:43:13.000Z (over 5 years ago)
- Last Synced: 2024-03-27T11:40:22.827Z (about 2 years ago)
- Topics: javascript, raffle
- Language: JavaScript
- Size: 92.8 KB
- Stars: 424
- Watchers: 19
- Forks: 46
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 抽奖程序
奇舞团有个传统,每年年会现场由[月影](https://github.com/akira-cn)现场写一个抽奖程序,所有人一起review代码,以确保抽奖程序算法没有问题,然后组织抽奖。
这个项目是奇舞团历年抽奖程序实现的开源版本。
由于2017年之前的代码找不到了(囧),所以现在只有两个版本,但是2019年和2020年的玩法已经想好了,敬请期待,嘿嘿嘿~
## 2017年会抽奖
[在线演示](https://75team.github.io/raffle/2017/index.html) [CodePen](https://codepen.io/akira-cn/pen/ZwGrZN)

## 2018年会抽奖
[在线演示](https://75team.github.io/raffle/2018/index.html) [CodePen](https://codepen.io/akira-cn/pen/xMGYoZ)
[知乎文章](https://zhuanlan.zhihu.com/p/55646130)

## 2019年会抽奖
[在线演示](https://75team.github.io/raffle/2019/index.html)
[公众号文章](https://mp.weixin.qq.com/s/e5xhZfAsJOjZgfcZ4_7ahg)

## LICENSE
[MIT](LICENSE)