Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ A project based learning activity for peopleCAMBIO DESDE who are getting started

You can play the game at: https://githubschool.github.io/github-games/

>> _*SUPPORTED BROWSERS*: Chrome, Firefox, Safari, Opera and IE9+_
>> _*SUPPORTED BROWSERS*: Chrome, Firefox, Safari, Opera and IE9+_ prueba de ejercicio
LA MISMA PRUEBA
>> _*SUPPORTED BROWSERS*: Chrome, Firefox, Safari, Opera and IE9+_ MODIFICACION DE LA LINEA 7pero le estoy insertando mas lineas ESTA ES LA LINEA DEL CONFLICTO

This fun open source game was cloned from: https://github.com/jakesgordon/javascript-tetris
hhhTOCO VOLVER A CAMBIAR
3 changes: 2 additions & 1 deletion inde.html → index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<!DOCTYPE html>
<html>
<head>
<title>Javascript Tetris Cambio 2</title>
<title>Javascript Tetris</title>
<title>Javascript Tetris Cambio 2</title>
<style>
body { font-family: Helvetica, sans-serif; }
#tetris { margin: 1em auto; padding: 1em; border: 4px solid black; border-radius: 10px; background-color: #F8F8F8; }
Expand Down