Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
# Game Reviews
Build a community website to review games (you can choose what type):
Packages: sharp.
## Basic
1. Logged-in users should be able to browse a list of games (including publisher, title, summary, detailed description and photos).
2. Users should be able to add reviews.
## Intermediate
1. In addition the games should be arranged in suitable categories.
2. Users should be able to add new games if these are not already in the list.
3. Users should be able to rate the games.
4. All new reviews should be flagged as pending until checked and released by the site admin.
## Advanced
1. In addition, the site should be full-text searchable.
2. Reviewers should be able to upload screenshots of the game they are reviewing.
3. Users can comment on other reviews.