All Projects → thiagoyeds → Kenney-Checkers

thiagoyeds / Kenney-Checkers

Licence: other
Mini-project of the discipline Programmation 1 - UFCG - Computer Science

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Kenney-Checkers

DungeonGenerator
Procedural Dungeon Generation with Python and Pygame
Stars: ✭ 57 (+256.25%)
Mutual labels:  pygame
python-tetris
Tetris game with AI made by pygame, inspired by react-tetris
Stars: ✭ 19 (+18.75%)
Mutual labels:  pygame
space-invaders
👾Python clone with a modern twist
Stars: ✭ 209 (+1206.25%)
Mutual labels:  pygame
PlaneWars
微信飞机大战 python pygame
Stars: ✭ 22 (+37.5%)
Mutual labels:  pygame
connect4
🎮 It is a two-player connection game in which the players first choose a color and then take turns dropping one colored disc from the top into a seven-column, six-row vertically suspended grid. The pieces fall straight down, occupying the lowest available space within the column, user wins by forming row of four of same color
Stars: ✭ 18 (+12.5%)
Mutual labels:  pygame
Arcade-CS-Games
Jeux pour l'arcade des CS Games
Stars: ✭ 18 (+12.5%)
Mutual labels:  pygame
Fegaria-Remastered
Similar to my other project Fegaria, but with improved graphics, collisions and terrain generation.
Stars: ✭ 73 (+356.25%)
Mutual labels:  pygame
carAI-Demo
使用浅层神经网络和遗传算法训练一个可以自动驾驶小车的Demo
Stars: ✭ 64 (+300%)
Mutual labels:  pygame
ConkyLuaMakerGUIv2
An interactive GUI to generate lua conky
Stars: ✭ 20 (+25%)
Mutual labels:  pygame
luma.emulator
Provides a series of pseudo-display devices which allow the luma.core components to be used without running a physical device.
Stars: ✭ 32 (+100%)
Mutual labels:  pygame
Conway-s-Game-of-life---Python
Conways game of life with pygame
Stars: ✭ 26 (+62.5%)
Mutual labels:  pygame
pygameweb
🎮🕸️ pygame.org website. Python, PostgreSQL, Flask, sqlalchemy, JS.
Stars: ✭ 94 (+487.5%)
Mutual labels:  pygame
AlphaZero-Renju
No description or website provided.
Stars: ✭ 17 (+6.25%)
Mutual labels:  pygame
COVID-Resource-Allocation-Simulator
Agent-based modelling for resource allocation in viral crises to investigate resource allocation and policy interventions with respect to transmission rate.
Stars: ✭ 61 (+281.25%)
Mutual labels:  pygame
PygameWidgets
A module for use with Pygame. Includes fully customisable buttons, textboxes, sliders and many more, as well as the ability to create and run animations on these widgets.
Stars: ✭ 34 (+112.5%)
Mutual labels:  pygame
Pycraft
Pycraft is the OpenGL, open world, video game made entirely with Python. This project is a game to shed some light on OpenGL programming in Python as it is a seldom touched area of Python's vast amount of uses. Feel free to give this project a run, and message us if you have any feedback!
Stars: ✭ 39 (+143.75%)
Mutual labels:  pygame
ALIEN INVASION
A repository with game files being made with pygame
Stars: ✭ 35 (+118.75%)
Mutual labels:  pygame
python-game-snake
A Game-Snake version of AI to play Snake automatically.
Stars: ✭ 30 (+87.5%)
Mutual labels:  pygame
TerraCraft
Voxel Engine written in Python 3 + Pyglet.
Stars: ✭ 49 (+206.25%)
Mutual labels:  pygame
Chip8Python
A Super Chip 8 emulator written in Python
Stars: ✭ 65 (+306.25%)
Mutual labels:  pygame

KENNEY CHECKERS PROJECT

Kenney Image

1. Principal objective this project

This is a mini-project of the course of Computer Science (UFCG) that use the Python graphical library (PyGame) with purpose of create a game of Damas.

2. About Kenney damas

This game is my first project using Python graphical library (Pygame) and was a great experience build a game from scratch, programming everything object-oriented (classes, attributes, methods, and any anothers concepts). Make a game was ever a dream for me and working with Pygame was interesting. The game consist in a simple Checkers with brazilian rules, however, everythings assets like themes, musics and sprites are materials disponibles by Kenney game studio, that create games e offer free game assets.

3. Checkers Brazilian Rules

Brazilian Checkers is played in an 8x8 game board and 24 pieces in total (12/12) with the following rules:

  • The king can move by across the diagonals it is contained
  • Pieces make captures and move on diagonal
  • Capture is obrigatory
  • Capture most number of enemy pieces is obrigatory (Majority law) INCOMPLETE

4. Tools used in create of game

I used some assets for customize my game having like reference the following webpages:

  • Kenney Official Site (sprites sheets)

Kenney Official Site

  • Kenney YouTube Channel (audio)

Kenney YouTube Channel

  • Python Graphics Library

Pygame Docs

5. Youtube Link (Video)

6. References

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].