Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Taller: Introducción a Pilas (por Hugo Ruscitti)
Search
Hugo Ruscitti
November 13, 2014
Programming
0
400
Taller: Introducción a Pilas (por Hugo Ruscitti)
Taller realizado en la conferencia PyCon 2014 realizada en Rafaela, Santa Fe, Argentina.
Hugo Ruscitti
November 13, 2014
Tweet
Share
More Decks by Hugo Ruscitti
See All by Hugo Ruscitti
Aprendiendo a programar videojuegos con pilas-engine
hugoruscitti
0
100
Haciendo aplicaciones desktop con NWJS
hugoruscitti
0
270
Taller de programación de videojuegos con pilas-engine
hugoruscitti
0
290
Desarrollo de videojuegos con pilas-engine
hugoruscitti
1
120
Clase 4 - Bocetos y pintura
hugoruscitti
0
810
Haciendo aplicaciones complejas de manera simple
hugoruscitti
0
530
Cómo desarrollar videojuegos con pilas-engine
hugoruscitti
1
400
¡ La Vaca Voladora !
hugoruscitti
0
510
Interfaz Gráfica
hugoruscitti
0
3.2k
Other Decks in Programming
See All in Programming
CSC305 Lecture 10
javiergs
PRO
0
260
Cursorハンズオン実践!
eltociear
2
1.2k
Building, Deploying, and Monitoring Ruby Web Applications with Falcon (Kaigi on Rails 2025)
ioquatix
4
2.5k
ソフトウェア設計の実践的な考え方
masuda220
PRO
4
660
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
480
Devvox Belgium - Agentic AI Patterns
kdubois
1
150
Webサーバーサイド言語としてのRustについて
kouyuume
1
4.9k
社会人になっても趣味開発を続けたい! / traPavilion
mazrean
1
100
React Nativeならぬ"Vue Native"が実現するかも?_新世代マルチプラットフォーム開発フレームワークのLynxとLynxのVue.js対応を追ってみよう_Vue Lynx
yut0naga1_fa
2
1.4k
Software Architecture
hschwentner
6
2.3k
ALL CODE BASE ARE BELONG TO STUDY
uzulla
28
6.7k
Goで実践するドメイン駆動開発 AIと歩み始めた新規プロダクト開発の現在地
imkaoru
4
900
Featured
See All Featured
Fireside Chat
paigeccino
41
3.7k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
31
9.7k
Side Projects
sachag
455
43k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
253
22k
KATA
mclloyd
PRO
32
15k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
9
1k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
BBQ
matthewcrist
89
9.9k
How to Ace a Technical Interview
jacobian
280
24k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
37
2.6k
Visualization
eitanlees
149
16k
Agile that works and the tools we love
rasmusluckow
331
21k
Transcript
Taller de programación de videojuegos con pilas-engine
pilas engine es una herramienta para hacer videojuegos orientada a
futuros programadores.
Demo
Sumarizando
Programar es divertido interactivo, significativo, constructivo y mas fácil. 1
None
Actores Personajes para crear, modificar y compartir. 2
actor = pilas.actores.Zanahoria()
mono = pilas.actores.Mono() nave = pilas.actores.Nave() actor = pilas.actores.Actor() etc
...
Habilidades Interactividad para tus actores 3
habilidad = RebotarComoPelota aceituna.aprender(habilidad)
Ejemplo
Usando Física
Usando Física
Usando Física
Usando Física
Usando Física
¿Preguntas?
¡ Muchas gracias ! www.pilas-engine.com.ar