Skip to content

Simple vite react based pixel game #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 14, 2025
Merged

Conversation

jlahtinen
Copy link

This pull request introduces a new Vite + React project for a game including project dependencies, and custom plugins for handling ASCII art. The most important changes include the README how to start this kind of project and an example of the project created by following README with copilot.

Project Setup:

ESLint Configuration:

Custom Plugins for ASCII Art:

Game Implementation:

@jakoivus
Copy link

This pull request introduces a new Vite + React project setup with various configurations, plugins, and initial implementation of a simple game using ASCII art. The most important changes include setting up the project structure, configuring ESLint, adding custom plugins for ASCII art, and implementing the initial game logic.

Project setup and configuration:

Custom plugins for ASCII art:

Initial game implementation:

  • completesolution/js_vite_react_game/src/App.jsx: Implemented the main game component with state management for enemies, ship, and ammo, and added logic for rendering and updating positions.
  • completesolution/js_vite_react_game/src/ascii-art/enemy.atxt, completesolution/js_vite_react_game/src/ascii-art/ship.atxt, completesolution/js_vite_react_game/src/ascii-art/ammo.atxt: Added ASCII art files for game elements. [1] [2] [3]

@jakoivus jakoivus merged commit 36ce074 into main Apr 14, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants