Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gortadevosyan/breakout
A simple breakout style game written in elm
https://github.com/gortadevosyan/breakout
elm elm-lang game game-development
Last synced: 4 days ago
JSON representation
A simple breakout style game written in elm
- Host: GitHub
- URL: https://github.com/gortadevosyan/breakout
- Owner: gortadevosyan
- Created: 2023-08-21T13:32:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-21T13:53:12.000Z (over 1 year ago)
- Last Synced: 2024-11-21T10:38:50.254Z (2 months ago)
- Topics: elm, elm-lang, game, game-development
- Language: JavaScript
- Homepage: https://focs.ji.sjtu.edu.cn/silverfocs/demo/2023/p1team04/
- Size: 3.86 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- Changelog: Changelog.md
Awesome Lists containing this project
README
Galactic Reclaim
# Readme
This file contains relevant information about installation and startup.## Installation
[Linux / Windows / Mac OS / Other OS]1. Install Elm from the Elm official website : https://guide.elm-lang.org/install/elm.html .
2. Open the terminal, clone this repository and `cd` into the directory of this repository.
3. Run `elm make` to set dependencies ready.
4. Run `elm reactor` to start the server. Open your browser, go to `localhost:8000` and click to `index.html`.
5. Enjoy your game!## Usage
Follow the guides in the game! Basically you just need to click the buttons to play.
# Contributing
Due to the rules and regulation of the SilverFocs incubator, pushing code to this project by people other than assigned members of the group is prohibited.
Other ways of contribution, such as reviews and bug reports are welcome.
# Author team
CyberArts
Wang Yiyang,
Jiao Tianqin,
Chu Jiale,
GOR TADEVOSYAN
# License
[SilverFocs Incubator Licence](https://focs.ji.sjtu.edu.cn/silverfocs/markdown/license)