Skip to content

choekko/rxjs-break-out-game

Repository files navigation

Break Out Game with Rx.js

🗣 It is a block breaking game implemented with Rx.js.

https://rxjs-break-out-game.netlify.app/


1. Preview

rxjs-break-out-game-preview


2. Start on Local

% git clone https://github.com/choekko/rxjs-break-out-game.git
% cd rxjs-break-out-game
% yarn install
% yarn start

3. How to Play

1. Press 'Start'
2. Move the bar left or right by pressing the arrow keys.
3. Bounce the ball to break the blocks

Each time the game starts, the positions of the blocks are regenerated.


4. Stack

react-logo typescript-logo rxjs-logo react-rxjs-logo emotion-logo
React.js Typescript Rx.js React-Rxjs Emotion

5. Folder Structure

src/
 constants/    // Common Constants
 features/     // Main Features
   display/    // Components for Displaying 
     vacs/     // View Asset Components (tsx + style)
   physics/    // Logics or Streams for Game Physics 
 pages/        // Page Components 
 styles/       // Files for Setting Emotion and Common Style
 types/        // Common Types
 utils/        // Common Utils

About

Block-Breaking-Game implemented with Rx.js.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published