forked from csl-club/awesome-utec
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontent.yml
More file actions
37 lines (36 loc) · 1.02 KB
/
Copy pathcontent.yml
File metadata and controls
37 lines (36 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
authors:
grayson:
name: José Daniel Grayson
email: josedanielgrayson@proton.me
salva:
name: Salvador Donayre
email: atlas200x@gmail.com
erizur:
name: Angel Mattos
projects:
- name: Space Invaders
authors: [grayson]
summary: Emulador de Space Invaders escrito en Rust.
tags: [videogames, retro]
repo: github:Grazen0/space-invaders
- name: Frozen Bubble SDL2
authors: [erizur]
summary: Un port no oficial en SDL2 de Frozen Bubble.
tags: [videogames]
repo: github:Erizur/frozen-bubble-sdl2
lang: C++
- name: Alfajor
authors: [salva]
summary: Hack de ViaVersion para interceptar packet mappers en Minecraft.
tags: [videogames]
repo: github:OcZi/Alfajor
- name: NES Pong
authors: [grayson]
summary: Un juego simple de pong para la NES.
tags: [videogames, retro]
repo: github:Grazen0/nes-pong
- name: Gemu
authors: [grayson]
summary: Un emulador de Game Boy escrito en C.
tags: [videogames, retro]
repo: github:Grazen0/gemu