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.

Web design for a local restaurant

You are required to design a customized software for your client, who happensto own a restaurant at atourist place. Due to the shortage of manpower the owner wants to automate someprocesses. The clientwants  to  have  a  computerized  display  on  the  entrance  for  booking of tables.  Using  the  same,  customershould be …

Research paper

Writing assignment way over due. It is thru James Madison online high school. Wouldnt take but a day probably I just dont understand the instructions. I am willing to talk further prices if interested email me and I can give you the log in and further instructions. Would very much …

Ap Computer Science A project

You run a vehicle rental agency. You rent three makes of cars: Ferrari, Chevy and VW, and three kinds of trucks: a pickup, a dump truck and a semi. The interesting characteristic of cars is their max speed in mph (Ferrari – 200, Chevy – 100, VW – 75).  All …

Simple parking

create a number assigner that gives you the smallest number available then you plug in your number into a keypad and it is available again in the selection and can be drawn again i need the list to be from 1-200 or biggerEX:click a button a screen displays number oneclick …

Very Simple Java Console Game

Create a simple java game of flappy bird using the engine my teacher provided, this project is very simple and should take expert around only 30 minutes to make. Since this is a high school project, many of the methods have already been provided by the teacher. It is only …

Web design for a local restaurant

You are required to design a customized software for your client, who happens to own a restaurant at atourist place. Due to the shortage of manpower the owner wants to automate some processes. The clientwants  to  have  a  computerized  display  on  the  entrance  for  booking of  tables.  Using  the  same,  …

If else statement code

#rosie#customer ordering bot to process orders more quickly#Diane Ambatis, Meira Balikciogluprint(“hello, my name is Rosie! I’m here to help you place you’re flower order”)print(“which flower display would you like?”)print(“youre options are Daisy Display,Rose Display,Tulip Display”) print(“great choice! that will cost 40 dollarsl”)if Rose displayprint(“beutiful selection! that will cost 50 dollars.”)if …