Pinned Repositories
30D30SD2
30 Days, 30 Sites - Day 2: Event Invitation
30D30SD3
30 Days, 30 Sites - Day 3: Tourist Attraction
30D30SD4
30 Days, 30 Sites - Day 4: Product Site
Arrange-Tiles
This is a mobile-friendly version of a tile-arrangement game. It tracks the user's achievements by recording the number of moves taken as well as how long it took to solve. The grid size can be set within the range of 3x3 to 10x10.
Bikkr
An online English vowel practicing game
CSS-Origami
This is a quick experiment in using CSS 3D transforms, transitions, and animation. It utilizes vector images to give the illusion that elements are being folded, as if they were sheets of origami paper. It is done in such a way that the content behind the fold is not affected, which is demonstrated by changing the background color of the screen.
NoSleep.js
Prevent display sleep and enable wake lock in any Android or iOS web browser.
nQueens
This is a mobile-friendly version of the eight queens puzzle (or n Queens problem type). It tracks the user's achievements by recording the number of solutions found as well as how long it took to solve. The user can also change the grid to 9x9, 10x10, 11x11, and 12x12.
Sokkai
QBBuzzer Clone (for self-hosting)
Trajectory-Plotter
A simple trajectory calculator that I made as part of a introductory programming class. After prompting the user for information, the program draws a graph of the trajectory of the ball; giving both the starting height, and the flight time on the graph. A side computations panel gives a detailed, step-by-step analysis of how the total lateral distance is calculated.
joumorisu's Repositories
joumorisu/CSS-Origami
This is a quick experiment in using CSS 3D transforms, transitions, and animation. It utilizes vector images to give the illusion that elements are being folded, as if they were sheets of origami paper. It is done in such a way that the content behind the fold is not affected, which is demonstrated by changing the background color of the screen.
joumorisu/Trajectory-Plotter
A simple trajectory calculator that I made as part of a introductory programming class. After prompting the user for information, the program draws a graph of the trajectory of the ball; giving both the starting height, and the flight time on the graph. A side computations panel gives a detailed, step-by-step analysis of how the total lateral distance is calculated.
joumorisu/30D30SD2
30 Days, 30 Sites - Day 2: Event Invitation
joumorisu/30D30SD3
30 Days, 30 Sites - Day 3: Tourist Attraction
joumorisu/30D30SD4
30 Days, 30 Sites - Day 4: Product Site
joumorisu/Arrange-Tiles
This is a mobile-friendly version of a tile-arrangement game. It tracks the user's achievements by recording the number of moves taken as well as how long it took to solve. The grid size can be set within the range of 3x3 to 10x10.
joumorisu/Bikkr
An online English vowel practicing game
joumorisu/NoSleep.js
Prevent display sleep and enable wake lock in any Android or iOS web browser.
joumorisu/nQueens
This is a mobile-friendly version of the eight queens puzzle (or n Queens problem type). It tracks the user's achievements by recording the number of solutions found as well as how long it took to solve. The user can also change the grid to 9x9, 10x10, 11x11, and 12x12.
joumorisu/Sokkai
QBBuzzer Clone (for self-hosting)
joumorisu/Concentration
A concentration game that I made as part of a introductory programming class. It was meant to explore the use of ActionListeners, MouseListeners, ActionEvents, GUI's, and basic game AI through the creation of a classic card game.
joumorisu/ESOT
This program uses a genetic algorithm to determine the most efficient network order of an energy grid for a given perturbation. Based on a problem given by an engineering professor at my university.
joumorisu/HorizontalPicker
Android widget allowing user to select one item from set of them by swiping left and right.
joumorisu/Poker
A poker game that I made as part of a introductory programming class at the University of Rochester. In addition to the graphical interface, the dealer has been programmed with a basic artificial intelligence concerning betting, folding, checking, and exchanging cards.
joumorisu/SuuKotoba
A small library that converts (Arabic) numerals into Japanese kanji. Ex. 91,800 -> 九万一千八百
joumorisu/tethical
A tactical RPG engine with online gaming support.
joumorisu/Tetris-Clone
A Tetris clone that I made as part of a introductory programming class. This game served as an exercise in the manipulation of simple graphics, arrays, and input listeners.
joumorisu/Yomirenshuu-UI
GUI for the Yomirenshuu web app