Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Simple NLP Game

This is a simple game interface where users can control a character on the screen using basic text commands. It utilizes natural language processing (NLP) to interpret commands.

Features

  • Move the character: "move left", "move right", "move up", "move down".
  • Jump the character: "jump".
  • Change the character's color: "change color".

Requirements

  • Python 3.x
  • spaCy library for NLP

How to Run

  1. Clone the repository.
  2. Install the required libraries using pip install spacy.
  3. Run the application.

Challenges

  • Integrating NLP to interpret user commands correctly.
  • Ensuring the interface is intuitive and kid-friendly.

Potential Improvements

  • Adding more commands.
  • Implementing a scoring system.

About

A simple tool that allows users to give basic text commands to move a character on the screen. The project focuses on basic NLP using an open-source library.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages