KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
spotlight
★ 8
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
AVPerception_WS
:
perception system for a experimental autonomous vehicle
Latecomer
:
Apple IIe/IIc demo
Guns
:
:whale2:Guns基于Spring Boot2,致力于做更简洁的后台管理系统。包含系统管理,代码生成,多数据库适配,SSO单点登录,工作流,短信,邮件发送,OAuth2登录,任务调度,持续集成,docker部署等功。支持Spring Cloud Alibaba微服务。社区活跃,版本迭代快,
taro-dva-demo
:
taro 配合 dva 的实践
Basketball-Game-Goal-Detector
:
Implementation of Machine learning algorithms to detect a goal in basketball games.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
spotlight
?
Download (.md)
# Spotlight ## Background Spotlight is a game, where Simon Says meets maze. A player must memorize the right sequence of moves to get to the exit. One wrong move and the player must start over from the first platform. ## Architecture and Technologies This project implemented the following: * Vanilla JavaScript for game logic * HTML5 Canvas for rendering * Spritesheet for the main character * Webpack to bundle and run all the scripts ## Functionality and MVP * Players can control the character with the arrow keys on the keyboard (Left, Right, Up, Down) * Players can only see the platform they are on ### Character Movement * Character is rendered through canvas and animated with a spritesheet (rendering different frames for when the character is idle, moving left, right, up, or down) ## Future Implementations * Render the grid and tiles * Random generation of playing field for more variety * Adding a timer for each round