forca
Here are 24 public repositories matching this topic...
Projeto desenvolvido em grupo para o professor André (Maligno). Participantes: @gugamh; @GustavoSousa4; Nicolas Mayer
-
Updated
Aug 29, 2023 - Java
Jogo da Forca desenvolvido em Lua. (Hangman game in Lua)
-
Updated
Oct 20, 2022 - Lua
Jogo da Forca desenvolvido em C++ com modos multi e single player.
-
Updated
Mar 7, 2019 - C++
Projeto construído ao longo de um curso de Python da Alura, seguindo as aulas da plataforma.
-
Updated
Aug 16, 2022 - Python
Meu primeiro programa em python
-
Updated
Oct 6, 2022 - Python
Criando um jogo da forca usando html, css e javascript.
-
Updated
Apr 19, 2023 - JavaScript
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <ctype.h> #include <time.h> #include <locale.h> #define LINHA 15 #define COLUNA 40 int main (void) { setlocale (LC_ALL, "portuguese"); char jogo[LINHA][COLUNA] = {{"fusca"}, {"motocicleta"}, {"papagaio"}, {"casa"}, {"gato"}, {"cachoeira"}, {"apartamento"}, {"camundongo"}, {"bici…
-
Updated
Jan 20, 2020 - C
Uma versão digital do clássico jogo da forca
-
Updated
Jun 6, 2025 - JavaScript
trabalho1-forca-TwoDotS2 created by GitHub Classroom
-
Updated
May 10, 2022 - C++
Improve this page
Add a description, image, and links to the forca topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the forca topic, visit your repo's landing page and select "manage topics."