Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/christopher-r-perkins/blink-out
A Sinatra application that plays lights out with individual puzzle high scores
https://github.com/christopher-r-perkins/blink-out
html http lights-out-game minitest postgresql ruby sinatra
Last synced: about 2 months ago
JSON representation
A Sinatra application that plays lights out with individual puzzle high scores
- Host: GitHub
- URL: https://github.com/christopher-r-perkins/blink-out
- Owner: Christopher-R-Perkins
- Created: 2023-05-01T23:07:51.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-27T23:01:35.000Z (8 months ago)
- Last Synced: 2024-04-28T00:20:32.544Z (8 months ago)
- Topics: html, http, lights-out-game, minitest, postgresql, ruby, sinatra
- Language: Ruby
- Homepage: https://blink.quasari.dev
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduction
This a sinatra application that plays the classic game of Lights Out on a 6x6 grid via your browser. It was made between completing Launch School courses RB175 and RB185, which teach how to create networked applications and database applications using Ruby.
While I do not have this version live, I do have a modified version based on this one and the [HTRB sample I made](https://github.com/Christopher-R-Perkins/blink-out-htmx/tree/main) live at [https://blink.quasari.dev](https://blink.quasari.dev)