0% found this document useful (0 votes)
15 views2 pages

Planning Your A Level Project

Uploaded by

areejyaseen404
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
15 views2 pages

Planning Your A Level Project

Uploaded by

areejyaseen404
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

A level Computer Science project

Student name: Areej Yaseen


Project title: Flip Flap Floe Project
Stakeholder(s) (client, end users): Anyone from 11-19, 24-34, 50-60 year olds

Programming Language Python

Research ideas (background, versions) The game will be a combination of Flappy bird and Tic Tac
Toe. The game will consist of rounds with levels that increase
as the difficulty of the game increases. The setting of the game
is such that each round is based in a Tic Tac Toe grid which
increases in size ie 3*3, 4*4. 5*5. The gameplay involves a
flappy bird having to take a full round of the grid present, and
along the way it will encounter health boosts as well as
obstacles. If the bird hits the containers of the grid, it loses
health, and it if hits other unexpected obstacles it also loses
health. Once the bird has taken a full rotation, a short timer
will indicate how long the bird has to take its position in the
grid. If the timer is up and the bird is in no set position. It will
be placed in the box closest to its position. The game will go
on until either player wins, in which case they can proceed to
the next round. If a player loses all of its health in the first
stage of the game, the game ends and a new game starts.

Current problem Creating a 2D game

Initial idea for a solution Code game using Python

Types of data processing required User input: e.g. Username, age (to use for a leaderboard)
Leaderboard updating continuously changing leaderboard
results as high scores change
Data processing from device and keyboard input such as space
bar and up, down, left and right arrows

Data storage required (What needs to


be stored in a permanent file)

Ideas for creating a suitable GUI front


end (software rather than drawn
designs)

Why you think it will meet the scope Can easily gain complexity due to nature of gain, therefore
and depth, check the list below: can meet all criteria below

Criteria for success:

Scope/Depth check
A level Computer Science project

 Permanent Data Storage

 Potential for OO Paradigm

 Interfacing with hardware/Networks

 Exporting/Linking with other software

 Programs that learn/adapt over time

 Use of libraries

 Use of A Level sorting/searching techniques

 Combination of differing technologies

You might also like