Skip to content

Instantly share code, notes, and snippets.

View linuxenko's full-sized avatar

Svetlana Linuxenko linuxenko

View GitHub Profile
@linuxenko
linuxenko / Build a Simon Game [freeCodeCamp [Advanced Projects]] (Challenge).markdown
Created March 25, 2016 18:25
Build a Simon Game [freeCodeCamp [Advanced Projects]] (Challenge)

Build a Simon Game [freeCodeCamp [Advanced Projects]] (Challenge)

User Story: I am presented with a random series of button presses.

User Story: Each time I input a series of button presses correctly, I see the same series of button presses but with an additional step.

User Story: I hear a sound that corresponds to each button both when the series of button presses plays, and when I personally press a button.

User Story: If I press the wrong button, I am notified that I have done so, and that series of button presses starts again to remind me of the pattern so I can try again.

@linuxenko
linuxenko / Build a Markdown Previewer [freeCodeCamp [Data Visualization]] (Challenge).markdown
Created March 25, 2016 18:25
Build a Markdown Previewer [freeCodeCamp [Data Visualization]] (Challenge)
@linuxenko
linuxenko / Build a Camper Leaderboard [freeCodeCamp [Data Visualization]] (Challenge).markdown
Created March 25, 2016 18:25
Build a Camper Leaderboard [freeCodeCamp [Data Visualization]] (Challenge)
@linuxenko
linuxenko / Build a Recipe Box [freeCodeCamp [Data Visualization]] (Challenge).markdown
Created March 25, 2016 18:25
Build a Recipe Box [freeCodeCamp [Data Visualization]] (Challenge)
@linuxenko
linuxenko / Build the Game of Life [freeCodeCamp [Data Visualization]] (Challenge).markdown
Created March 25, 2016 18:26
Build the Game of Life [freeCodeCamp [Data Visualization]] (Challenge)

Build the Game of Life [freeCodeCamp [Data Visualization]] (Challenge)

If a cell (whether ON or OFF) has exactly 2 or 3 ON cells in the 8 cells surrounding it, then that cell becomes (or remains) ON. If an ON cell has fewer than 2 cells surrounding it as described above, it becomes OFF. If an ON cell has more than 3 cells surrounding it, it becomes OFF.

A Pen by Svetlana Linuxenko on CodePen.

License.

@linuxenko
linuxenko / Retro Frameworks (backbone.js) TodoList.markdown
Created March 25, 2016 18:26
Retro Frameworks (backbone.js) TodoList
@linuxenko
linuxenko / React + Redux + ReactRedux TodoList.markdown
Created March 25, 2016 18:26
React + Redux + ReactRedux TodoList
@linuxenko
linuxenko / Build a Roguelike Dungeon Crawler Game [freeCodeCamp [Data Visualization]] (Challenge).markdown
Created March 25, 2016 18:26
Build a Roguelike Dungeon Crawler Game [freeCodeCamp [Data Visualization]] (Challenge)

Build a Roguelike Dungeon Crawler Game [freeCodeCamp [Data Visualization]] (Challenge)

Rule #3: You must use both Sass and React to build this project. User Story: I have health, a level, and a weapon. I can pick up a better weapon. I can pick up health items. User Story: All the items and enemies on the map are arranged at random. User Story: I can move throughout a map, discovering items. User Story: I can move anywhere within the map's boundaries, but I can't move through an enemy until I've beaten it. User Story: Much of the map is hidden. When I take a step, all spaces that are within a certain number of spaces from me are revealed.

User Story: When I beat an enemy, the enemy goes away and I get XP, which eventually increases my level.

@linuxenko
linuxenko / Visualize Data with a Bar Chart [freeCodeCamp [Data Visualization]] (Challenge).markdown
Created March 26, 2016 20:32
Visualize Data with a Bar Chart [freeCodeCamp [Data Visualization]] (Challenge)