Skip to content

Commit

Permalink
Merge pull request #4 from aurbano/master
Browse files Browse the repository at this point in the history
Update live version
  • Loading branch information
aurbano committed Feb 1, 2017
2 parents c8d5f7d + 3656404 commit 2f46fa9
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 7 deletions.
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
The MIT License (MIT)

Copyright (c) 2015 Alejandro U. Alvarez

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
20 changes: 13 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
Mondragon
HTML5 & Vanilla JS Business Sims
=========

Para que sea más fácil trabajar desarrollaré los siguientes simuladores en ramas aparte, y hare un merge a master cuando el código sea funcional..
Some work I did a while ago for a client, they contain simple business simulators built on HTML5 + vanilla JavaScript. The text is in Spanish.

El código que hay en gh-pages se podría considerar de "producción", y utiliza JavaScript minimizado.
From a technical point of view they are animated scenes all done using JavaScript without any framework. If I had to work on this again I'd probably first develop a simple "presentation" engine that would handle the logic
The code in the second available simulator is a lot cleaner, as I learned from several mistakes while developing the first.

Teniendo Nodejs instalado únicamente hace falta ejecutar `npm install` y luego el archivo `minify.bat` para generar `main.min.js`.
They were not built specifically for code maintainability or reusability, so they are slighly messier than I'd like.

Las variables de configuración de cada simulador están arriba del todo del código y van comentadas adecuadamente en Castellano. El resto del código también se puede modificar obviamente, pero podrían producirse errores.
The two that are available here are:

Un saludo,
Alex
* [Plant growing simulator](https://urbanoalvarez.es/html5-business-simulator/)
* [Business management simulator](https://urbanoalvarez.es/html5-business-simulator/simulador3.html)

-----
MIT License

[![Analytics](https://ga-beacon.appspot.com/UA-3181088-16/html5-business-simulator/readme)](https://github.com/aurbano)
Binary file removed docs/Documentacion.docx
Binary file not shown.
Binary file removed docs/Documentacion.pdf
Binary file not shown.

0 comments on commit 2f46fa9

Please sign in to comment.