EL JUEGO DEL GUSANITO

Overview

EL JUEGO DEL GUSANITO

This is an image

El juego consiste en una línea que no para de moverse, el usuario lo controla con las flechas de:

→ derecha

← izquierda

↑ arriba

↓ abajo

Así el gusanito no puede chocarse con las paredes ni consigo mismo.

El obejtivo del juego es no chocarse y comer la mayor cantidad de manzanas rojas y que el gusano crezca lo más que máximo posible.

INTEGRANTES

  1. Noé Ananias Paredes Rauraico / NoeParedes
  2. Kevin Richard Dulanto / kevinrdf
  3. Valeria Saidid Miranda Ibarra / ALYA-MIKAEL
  4. Jhan Charles Manchay Flores/ JhanUTEC

CORTO RESUMEN DEL JUEGO

Importamos nuestro módulo Ursina y también el módulo random, de esta manera, podemos generar aleatoriamente una manzana y colocarla en una ubicación aleatoria.

Para crear un fondo: app=ursina()

La aplicación es igual a la función de Ursina: app.run()

La aplicación se va a ejecutar: Entity(model='quad', scale=60, texture='fondo_utec')

Se crea la entidad para crear el fondo de nuestro juego, que es igual a un cuádruple con una escala de 60 y con una textura de la UTEC.

Ahora creamos el campo del juego: campo = Entity(model='quad',texture=’campo_del_jusanito’,scale=(12,12), position=(19 // 2,19// 2, -0.01))

Agregamos dos sonidos, que están en la carpeta "imagenes_sonidos", que permitirán una mejor experiencia al usuario. Con el “mordida.mp3”, cada vez que la serpiente se come una manzana hay un sonido de comer y cuando se estrella contra una pared o a sí mismo, hay un silbido gracias al “perdedor.mp3”.

Al ejecutar el código, el usuario deberá utilizar las flechas:

→ derecha

← izquierda

↑ arriba

↓ abajo

Y evitar chocarse contra las paredes, o se perderá.

VISTA PREVIA DEL JUEGO

image

Owner
Valeria Saidid Miranda Ibarra
𝕰𝖘𝖙𝖚𝖉𝖎𝖆𝖓𝖙𝖊 𝖉𝖊 𝕮𝖎𝖊𝖓𝖈𝖎𝖆𝖘 𝖉𝖊 𝖑𝖆 𝕮𝖔𝖒𝖕𝖚𝖙𝖆𝖈𝖎ó𝖓 - 𝖕𝖗𝖎𝖒𝖊𝖗 𝖈𝖎𝖈𝖑𝖔. Eco friendly🎓🏳️‍🌈
Valeria Saidid Miranda Ibarra
A small game I made back in think 2011

Navi Network A small game I made back in think 2011. An online game inspired by the self-hosted nature of Minecraft, made with pygame, based on the Me

Peder Bergebakken Sundt 2 Jan 19, 2022
Rudimentary CMD based implementation of the Tic Tac Toe game

Packages used: questionary random os (Requires Python 3.8 as walrus operators are used in the script) Contains the .py file (tictactoe.py) and an exe

Ashwin 1 Oct 15, 2021
Ice-Walker-Game - This repository is about the Ice Walker game made in Python.

Ice-Walker-Game Ce dépot contient le jeu Ice Walker programmé en Python. Les différentes grilles du jeu sont contenues dans le sous-dossier datas. Vou

Mohamed Amine SABIL 1 Jan 02, 2022
Jogo Flappy Bird com phyton e phygame

Flappy-Bird Tecnologias usadas Requisitos para inicializar o jogo: Python faça o download em: https://www.python.org/ Pygame faça o download em: https

João Guilherme 1 Dec 06, 2021
Code d'un jeu en python par Graveen (avec mes modifications)

ATTENTION Vous ne devez pas copier coller le code sans le comprendre, apprennez déjà, le python et pygame, et seulement ensuite, vous pourrrez l'utili

TheBigWolfy 7 Nov 02, 2022
A simple hangman game for beginners trying to learn python

Hangman Game This is a simple hangman game for beginners trying to learn python. I have tried to keep it as simply as possible. Sample output Here is

1 Oct 13, 2021
Adventure-Game - Adventure Game which is created using Python

Adventure Game 🌇 This is a Adventure Game which is created using Python. Featur

ArinjoyTheDev 1 Mar 19, 2022
Gamelib is a pure-Python single-file library/framework for writing simple games.

Gamelib is a pure-Python single-file library/framework for writing simple games. It is intended for educational purposes (e.g. to be used in b

Diego Essaya 15 Dec 22, 2022
Simple python 3D vector3 math library wrapping some types from GLM library using pybind11.

vmath Simple python 3D vector3 math library wrapping some types from GLM library using pybind11. Description Both pure python version and C++ version

6 Aug 02, 2022
CoinTex: Cross-platform Multi-Level Game created in Python using Kivy

CoinTex: Cross-platform Multi-Level Game created in Python using Kivy CoinTex is a multi-level adventure game created using the Kivy cross-platform Py

Ahmed Gad 57 Dec 11, 2022
A top-down arcade space shooter made in pygame.

About: Journey Through Space is a top-down arcade shooter made in pygame. You play as a pilot who was left behind after a battle and the goal is to go

Crimson Sane 0 Jan 01, 2022
Pyxel is a retro game engine for Python.

Pyxel is open source and free to use. Let's start making a retro game with Pyxel!

Takashi Kitao 11.2k Jan 09, 2023
Navicella cavallo, gioco 2D stile space shooter

Navicella Cavallo Il miglior gioco in circolazione Navicella cavallo è un gioco 2D basato sullo stile dei giochi space shooter Come installare Navicel

Matteo 6 Jul 03, 2022
An old time game Tic-Tac-toe

A Tic Tac Toe Bot This is the code repository for my article on Medium - Playing Games with Python - Tic Tac Toe, where I have tried to take the famou

Jigyanshu 0 Feb 25, 2022
Flappy Bird Game using Pygame in Python

Flappy Bird Game using Pygame in Python Demo Pages Hello dear, hope you are very well! I created Flappy Bird Game using Pygame ( Pygame is a cross-pla

Datt Panchal 3 Feb 05, 2022
A python snake game based on pygame.

PySnake A python snake game based on pygame. Requirements Package version pygame = 2.1.2 opencv-python = 4.5.1.48 Run Windows python main.py Linux &

2 Jan 31, 2022
Découvrez CubeCraft Launcher, une application uniquement codé en Python et en Batch

Découvrez CubeCraft Launcher, une application uniquement codé en Python et en Batch. Grâce à son interface graphique facile et intuitive, vous pouvez vous retrouver facilement.

1 May 21, 2022
a simple keyboard game

Maxwell-Demon-Game Powered by Taichi. a simple keyboard game This is hw2 of Taichi course, as a basic exercise of class. Rigid 2d bodies and resolve c

8 Feb 01, 2022
A small script to help me solve Wordle because I'm that lazy

Wordle Solver A small script to help me solve Wordle because I'm that lazy. Warning: I didn't write this to be efficient nor elegant at all, so you'll

K4YT3X 3 Feb 11, 2022
Wordle is a word game reminiscent of mastermind

Wordle is a word game reminiscent of mastermind. The player tries to guess a five letter word within six attempts. After each attempt, hints are given. Green tiles show that the letter is in the righ

Sidharth Anand 1 Feb 09, 2022