Simple trading game built in angular. Start with $100 and see how rich you can get in 30 days!
Demo here
[v0.7.1 released ???]
- Switched from Google Closure to RequireJS
- Added tutorial
- Added end game screen
- Added in game menu with options to reset game and start tutorial
- Added pagination to high scores
- Fixed mobile highscore layout
- Updated dist
v0.6.0 released 2014-04-10
- Style updates to improve mobile ui
- Added datetime to highscore
- Bug fixes
- Code cleanup
v0.5.3 released 2014-04-09
- Forgot to update version bump in dist nav header.
- Second and succesful attempt at resolving angular minification issues
- Turns out grunt-ngmin does not support google recomended style of defining controllers, services, directives ect...
- Had to manually inject dependicies via array of strings into $inject
v0.5.1 released 2014-04-09
- First attempt at fixing angular minification issue
- Cities can now specialize in an item for a single playthough, increasing the possible price range
- City navigation tabs show what their specialty below the city name
- Hovering over a buy button now gives estimate of potential profits based on historical sales data within a playthrough.
- Added icons and tooltips
- Moved highscores to seperate view
- Cleaned up UI
- Added submit button after 30 days are up
- Refactored codebase to get closer to google's angular style guide
- Highscores are now stored between sessions
- Cleanup of pricing logic
- Style updates (esp responsive)
- Release links added with additional detail
- Cleanup of ui
- Removed inventory section
- Added Transaction section
- Reworked how prices are generated for items
- Refactoring of project structure to use angularjs best practice recommendations.
v0.1.0 released 2014-02-23
- Initial version with basic functionality
- Can buy/sell items
- Travel to different cities to get new prices
- Purchase price is noted in your inventory
- Tracks days and cash on hand.