]>
Commit | Line | Data |
---|---|---|
b157bf19 BB |
1 | --- |
2 | layout: default | |
14924c88 | 3 | title: Proj |
a3e289b2 | 4 | description: "Lista de proyectos de Ben Beltran... cosas en las que estoy o estaba trabajando y he decidido compartir." |
b157bf19 BB |
5 | --- |
6 | ||
7 | <div class="content"> | |
8 | <div class="related"> | |
f147205f BB |
9 | <h1>Proj</h1> |
10 | <p>These are some of the things I've done, worked on, | |
11 | am working on, or plan to work on: <br/> | |
12 | <em>Estas son algunas de las cosas que he hecho, | |
13 | en que he trabajado, estoy trabajando, o en que planeo trabajar:</em></p> | |
14 | ||
b157bf19 | 15 | <ul> |
23760dda | 16 | <li> |
a9be3ad4 | 17 | <a href="https://github.com/benbeltran/serpentity" class="javascript">Serpentity</a> — |
f147205f BB |
18 | An entity framework for making games with javascript. |
19 | <em>Un framework de entidades para hacer juegos con javascript</em> | |
23760dda BB |
20 | </li> |
21 | <li> | |
a9be3ad4 | 22 | <a href="https://github.com/benbeltran/lyricli" class="ruby">Lyricli</a> — |
f147205f BB |
23 | A command line tool to fetch lyrics for your current song or search by title. |
24 | <em>Herramienta de linea de comandos para ver la letra de la canción | |
25 | que escuchas o buscar por título</em> | |
23760dda | 26 | </li> |
b157bf19 | 27 | <li> |
a9be3ad4 | 28 | <a href="https://github.com/benbeltran/cobalt" class="javascript">Cobalt</a> — |
f147205f BB |
29 | A JSON based log multiplexer for javascript: send to a socket or to a |
30 | file or whatever I'm not your mom. | |
31 | <em>Un multiplexor de logs basado en JSON para javascript: manda por | |
32 | un socket, o un archivo o lo que quieras no soy tu mamá.</em> | |
b157bf19 BB |
33 | </li> |
34 | <li> | |
a9be3ad4 | 35 | <a href="https://github.com/freshout-dev/thulium" class="javascript">Thulium</a> — |
f147205f BB |
36 | A fast and simple EJS-like templating engine with support for printable blocks. |
37 | <em>Un sistema de templates parecido a EJS rápido y sencillo con soporte | |
38 | de bloques imprimibles</em> | |
b157bf19 | 39 | </li> |
5cf1339e | 40 | <li> |
a9be3ad4 | 41 | <a href="/files/polarity.zip" class="etc">Polarity</a> — |
f147205f BB |
42 | The first game I made, some years back. An arena shooter with magnnetism! |
43 | <em>El primer juego que hice, hace unos años. Un arena shooter con magnetismo!</em> | |
44 | </li> | |
45 | </ul> | |
46 | ||
47 | <p>I'm also, sometimes (I swear) working on these | |
48 | three game projects, and I sometimes post about them: <br/> | |
49 | <em>También, a veces (lo juro) trabajo en estos tres proyectos, | |
50 | y a veces escribo sobre ellos:</em> | |
51 | </p> | |
52 | ||
53 | <ul> | |
54 | <li>Super Polarity (In Development/<em>En desarrollo</em>)</li> | |
55 | <li>Cows (Designing/<em>Diseñando</em>)</li> | |
56 | <li>Bctria (Designing/<em>Diseñando</em>)</li> | |
b157bf19 BB |
57 | </ul> |
58 | </div> | |
59 | </div> |