Intro to Code A – Projects

Intro to Code A Progress
100%

Now that you have familiarized yourself with variables, conditionals, if statements, for loops, and while loops, you can use all of your information to build out some projects. The three projects you can engage with is a (1) text-based adventure game, (2) hangman game, or (3) tic-tac-toe. Please feel free to explore each of these modules to see how you can build out these awesome projects.

Text-Based Adventure Game – Easy

A text-based adventure game is a game where you have to type in your response and based on what you respond, the direction of the story changes. A really fun text-based adventure game I like to play is the Jeff Bezos text-based adventure game where the goal of the game is to spend all his money. Here is the Jeff Bezos game.

Hangman – Medium

Hangman is a fun game. This game will also help you combine all your knowledge from Intro to Code A to a fun and involved game.

Tic-Tac-Toe – Hard

We all know and love the game of tic-tac-toe. Out of all the games you will build out, this one is probably one of the most involved one. There are lots of moving pieces that we as humans don’t even know we handle in our brains.


Ahora que se ha familiarizado con variables, condicionales, declaraciones if, ciclos for y ciclos while, puede utilizar toda su información para desarrollar algunos proyectos. Los tres proyectos con los que puede participar es un (1) juego de aventuras basado en texto, (2) tic-tac-toe o (3) juego de hangman. Por favor, siéntase libre de explorar cada uno de estos módulos para ver cómo puede desarrollar estos increíbles proyectos.

Juego de Aventuras Basado en Texto – Facil

Un juego de aventura basado en texto es un juego en el que tienes que escribir tu respuesta y, según lo que respondas, la dirección de la historia cambia. Un juego de aventura basado en texto realmente divertido que me gusta jugar es el juego de aventura basado en texto de Jeff Bezos, donde el objetivo del juego es gastar todo su dinero. Aquí está el juego de Jeff Bezos.

Hangman – Media

El hangman es un juego divertido. Este juego también te ayudará a combinar todos tus conocimientos, desde la Intro to Code A, hasta un juego divertido e involucrado.

Tic-Tac-Toe – Dificil

Todos conocemos y amamos el juego del tic-tac-toe. De todos los juegos que construirás, este es probablemente uno de los más complicados. Hay muchas piezas móviles que nosotros, como humanos, ni siquiera sabemos que manejamos en nuestros cerebros.