Simple Python Game Project

This is Grade 10 work only. (class ICS2O, Canada)Negotiations on price may be allowed depending on the work you offer!Only need minimum 60% of this done.These are the instructions I was given https://pastebin.com/trGAsW4Mrubric: https://snipboard.io/fFyEw7.jpg (proposal/worklog not needed) I had an idea for a crossyroad/frogger style 2d top down gameI only …

Simple Python Game Project

This is Grade 10 work only. (class ICS2O, Canada)Negotiations on price may be allowed depending on the work you offer!Only need minimum 60% of this done.These are the instructions I was given https://pastebin.com/trGAsW4Mrubric: https://snipboard.io/fFyEw7.jpg (proposal/worklog not needed) I had an idea for a crossyroad/frogger style 2d top down gameI only …

Simple Python Game Project

This is Grade 10 work only. (class ICS2O, Canada)Negotiations on price may be allowed depending on the work you offer!Only need minimum 60% of this done.These are the instructions I was given https://pastebin.com/trGAsW4Mrubric: https://snipboard.io/fFyEw7.jpg (proposal/worklog not needed) I had an idea for a crossyroad/frogger style 2d top down gameI only …

Simple Python Game Project

This is Grade 10 work only. (class ICS2O, Canada)Negotiations on price may be allowed depending on the work you offer!Only need minimum 60% of this done.These are the instructions I was given https://pastebin.com/trGAsW4Mrubric: https://snipboard.io/fFyEw7.jpg (proposal/worklog not needed) I had an idea for a crossyroad/frogger style 2d top down gameI only …

Postgre SQL Video Store Assignemnt

You are a database consultant with Ace Software, Inc., and have been assigned to develop a database for the Johnson Video Store in town. The owners have been keeping their records of videos and DVDs purchased from distributors and rented to customers in stacks of invoices and piles of rental …

Abalone Board Game

Hello! I have to do a project at Computer Science for the end of the module and I am stuck.. I have to implement a game called Abalone(more like sumo with balls), which can be played between 2-4 Players and also the option to play vs a Computer(The AI doesn’t …

Rogue like game

This shouldn’t take too long i think if it does take longer i will increase payment This is my a level project worth 20% of my grade it consists of making a top down 2d dungeon crawler with these requirements made in unity:1. player movements with mouse aiming 2. random …

Rogue like

This is my a level project worth 20% of my grade it consists of making a topdown 2d dungeon crawler with these requirements made in unity:1. player movements with mouse aiming 2. random dungeon generator with a boss room3. a minimap4. health bar and ability meter5. a dash ability that …

Python Program very low level (Year 11)

It’s literally a small python assignment for UK AQA GCSE computing project. Entails: RLE to asciiDisplay ASCII artASCII to RLE The code shouldn’t be crazy sophisticated and should include what each variable does with the use of a # as I need to do a write-up of it afterward.

python

Write a program that reads an integer (greater than 0) from the console and flips the digits of the number, using the arithmetic operators // and %, while only printing out the even digits in the flipped order. Make sure that your program works for any number of digits. Write …